slight button resize to stop text cutoff
This commit is contained in:
parent
85d065f40c
commit
8b8b9fabb6
|
@ -132,7 +132,7 @@
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/slideButton"
|
android:id="@+id/slideButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="35dp"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/menu_log" ></Button>
|
android:text="@string/menu_log" ></Button>
|
||||||
|
|
||||||
<RelativeLayout android:id="@+id/trafficRow"
|
<RelativeLayout android:id="@+id/trafficRow"
|
||||||
|
|
Loading…
Reference in New Issue