Füge manuelle Update-Suche im Menü hinzu (Fix #6)
parent
42784fc4f8
commit
f827edbfe5
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:paddingTop="@dimen/md_dialog_frame_margin_vertical"
|
||||||
|
android:paddingLeft="@dimen/md_dialog_frame_margin_horizontal"
|
||||||
|
android:paddingRight="@dimen/md_dialog_frame_margin_horizontal"
|
||||||
|
android:paddingBottom="@dimen/md_dialog_frame_margin_vertical">
|
||||||
|
|
||||||
|
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:indeterminate="true" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="24dp"
|
||||||
|
android:textSize="16sp"
|
||||||
|
android:text="Suche nach Update"
|
||||||
|
android:layout_gravity="center_vertical" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
Loading…
Reference in New Issue