Skip to content

Commit

Permalink
tweak the back button on the serval installed activity
Browse files Browse the repository at this point in the history
  • Loading branch information
techxplorer committed May 9, 2012
1 parent fd018cc commit f7102a6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions res/layout/serval_installed.xml
Expand Up @@ -66,16 +66,14 @@
android:layout_marginLeft="@dimen/ui_elem_margin_left"
android:layout_marginRight="@dimen/ui_elem_margin_right"
android:gravity="center_vertical|center_horizontal"/>

<Button
android:id="@+id/serval_installed_ui_btn_back"
android:layout_width="fill_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/ui_elem_margin_bottom"
android:layout_marginLeft="@dimen/ui_elem_margin_left"
android:layout_marginRight="@dimen/ui_elem_margin_right"
android:layout_marginLeft="@dimen/ui_elem_margin_left"
android:layout_marginRight="@dimen/ui_elem_margin_right"
android:text="@string/misc_ui_btn_back" />



</LinearLayout>

0 comments on commit f7102a6

Please sign in to comment.