put cancel button left from start button
This commit is contained in:
parent
f689fbe9c1
commit
25937ce3a9
@ -73,13 +73,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/media_scan_drop_db" />
|
android:text="@string/media_scan_drop_db" />
|
||||||
<Button
|
|
||||||
android:id="@+id/start_button"
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end"
|
android:layout_gravity="end">
|
||||||
android:text="@string/media_scan_start">
|
<Button
|
||||||
</Button>
|
android:id="@+id/cancel_button"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/cancel">
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
android:id="@+id/start_button"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/media_scan_start">
|
||||||
|
</Button>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="?android:attr/listSeparatorTextViewStyle"
|
style="?android:attr/listSeparatorTextViewStyle"
|
||||||
@ -133,17 +144,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:id="@+id/media_stats_progress_text"
|
android:id="@+id/media_stats_progress_text"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minLines="3"
|
android:minLines="4"
|
||||||
android:text="@string/empty" />
|
android:text="@string/empty" />
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/cancel_button"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="end"
|
|
||||||
android:text="@string/cancel">
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user