Show help action when source fails to load

This commit is contained in:
arkon
2021-02-06 13:09:56 -05:00
parent 5f9ddf9ff5
commit d84b5e8b46
4 changed files with 39 additions and 31 deletions

View File

@@ -27,9 +27,8 @@
<LinearLayout
android:id="@+id/actions_container"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical" />
android:orientation="horizontal" />
</LinearLayout>