[openintents] r4262 committed - fixes issue #508

1 view
Skip to first unread message

openi...@googlecode.com

unread,
Apr 23, 2012, 2:35:38 PM4/23/12
to openintents...@googlegroups.com
Revision: 4262
Author: manuelr...@gmail.com
Date: Mon Apr 23 11:35:23 2012
Log: fixes issue #508
http://code.google.com/p/openintents/source/detail?r=4262

Added:
/trunk/distribution/DistributionLibrary/res/layout-v14

/trunk/distribution/DistributionLibrary/res/layout-v14/oi_distribution_buttonbar.xml

=======================================
--- /dev/null
+++
/trunk/distribution/DistributionLibrary/res/layout-v14/oi_distribution_buttonbar.xml
Mon Apr 23 11:35:23 2012
@@ -0,0 +1,31 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/container2"
+ style="@android:style/ButtonBar"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" >
+
+ <Button
+ android:id="@+id/button2"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:layout_weight="1"
+ android:text="@string/oi_distribution_eula_refuse" />
+
+
+ <LinearLayout
+ android:id="@+id/space"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" />
+
+ <Button
+ android:id="@+id/button1"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:layout_weight="1"
+ android:text="@string/oi_distribution_eula_accept" />
+
+</LinearLayout>

Reply all
Reply to author
Forward
0 new messages