Button formatting for save directions dialog
This commit is contained in:
parent
a594939731
commit
b92ebac86e
1 changed files with 4 additions and 0 deletions
|
@ -42,13 +42,17 @@
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="125dp"
|
android:layout_width="125dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?attr/selectableItemBackground"
|
||||||
android:text="@string/shared_string_cancel"
|
android:text="@string/shared_string_cancel"
|
||||||
|
android:textColor="?attr/contextMenuButtonColor"
|
||||||
android:id="@+id/Cancel"/>
|
android:id="@+id/Cancel"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="125dp"
|
android:layout_width="125dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?attr/selectableItemBackground"
|
||||||
android:text="@string/shared_string_save"
|
android:text="@string/shared_string_save"
|
||||||
|
android:textColor="?attr/contextMenuButtonColor"
|
||||||
android:id="@+id/Save"/>
|
android:id="@+id/Save"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue