set dialog buttons to buttonbar styles, idk what it is but lint wanted it

This commit is contained in:
Andrew Dolgov 2015-02-12 22:54:33 +03:00
parent 1a9badf3c6
commit cedec42443

View File

@ -2,7 +2,7 @@
android:id="@+id/main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp" >
android:padding="@dimen/activity_horizontal_margin" >
<EditText
android:id="@+id/feed_url"
@ -27,6 +27,7 @@
android:layout_below="@+id/feed_url" />
<LinearLayout
style="?android:attr/buttonBarStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/category_spinner"
@ -34,6 +35,7 @@
android:layout_below="@+id/category_spinner" >
<Button
style="?android:attr/buttonBarButtonStyle"
android:id="@+id/cats_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -41,6 +43,7 @@
android:text="Update categories" />
<Button
style="?android:attr/buttonBarButtonStyle"
android:id="@+id/subscribe_button"
android:layout_width="wrap_content"
android:layout_weight="0.5"