set dialog buttons to buttonbar styles, idk what it is but lint wanted it
This commit is contained in:
parent
1a9badf3c6
commit
cedec42443
@ -2,7 +2,7 @@
|
|||||||
android:id="@+id/main"
|
android:id="@+id/main"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:padding="5dp" >
|
android:padding="@dimen/activity_horizontal_margin" >
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/feed_url"
|
android:id="@+id/feed_url"
|
||||||
@ -27,6 +27,7 @@
|
|||||||
android:layout_below="@+id/feed_url" />
|
android:layout_below="@+id/feed_url" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
style="?android:attr/buttonBarStyle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignLeft="@+id/category_spinner"
|
android:layout_alignLeft="@+id/category_spinner"
|
||||||
@ -34,6 +35,7 @@
|
|||||||
android:layout_below="@+id/category_spinner" >
|
android:layout_below="@+id/category_spinner" >
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
style="?android:attr/buttonBarButtonStyle"
|
||||||
android:id="@+id/cats_button"
|
android:id="@+id/cats_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -41,6 +43,7 @@
|
|||||||
android:text="Update categories" />
|
android:text="Update categories" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
style="?android:attr/buttonBarButtonStyle"
|
||||||
android:id="@+id/subscribe_button"
|
android:id="@+id/subscribe_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_weight="0.5"
|
android:layout_weight="0.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user