commit 8b8b9fabb6f3d68f55d760864ab8d3d0c4fc1a65 Author: n8fr8 nathan@freitas.net Date: Mon Oct 22 20:50:10 2012 +0530
slight button resize to stop text cutoff --- res/layout/layout_main.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml index c995186..cfb0324 100644 --- a/res/layout/layout_main.xml +++ b/res/layout/layout_main.xml @@ -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"
tor-commits@lists.torproject.org