Reduce button width
This commit is contained in:
parent
e8e1330cd5
commit
9fecc1b992
|
@ -9,7 +9,7 @@
|
|||
<Button
|
||||
android:id="@+id/settings_item_button"
|
||||
style="@style/VectorButtonStyleText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
tools:text="@string/action_change" />
|
||||
|
|
Loading…
Reference in New Issue