slight button resize to stop text cutoff

This commit is contained in:
n8fr8 2012-10-22 20:50:10 +05:30
parent 85d065f40c
commit 8b8b9fabb6
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<Button
android:id="@+id/slideButton"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:layout_height="wrap_content"
android:text="@string/menu_log" ></Button>
<RelativeLayout android:id="@+id/trafficRow"