Commit 115b7546 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 88578385: Merge "Add mimimum width of the buttonPanel layout"

* commit '88578385':
  Add mimimum width of the buttonPanel layout
parents 0d0cbeff 88578385
......@@ -55,7 +55,7 @@
android:paddingRight="2dip" >
<Button
android:id="@+id/button_cancel"
android:layout_width="0dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_weight="1"
......@@ -63,7 +63,7 @@
android:text="@string/button_cancel" />
<Button
android:id="@+id/button_ok"
android:layout_width="0dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_weight="1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment