summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 22:54:33 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 22:54:33 +0300
commitcedec42443120127d586b0edf10a60fcb8e2ec42 (patch)
treeaf223bee7c19ccd95f648cb55c2dede73a36d65b /org.fox.ttrss/src/main/res
parent1a9badf3c6cccb982f238f295cffbdcce1f09730 (diff)
set dialog buttons to buttonbar styles, idk what it is but lint wanted it
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rw-r--r--org.fox.ttrss/src/main/res/layout/subscribe.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/subscribe.xml b/org.fox.ttrss/src/main/res/layout/subscribe.xml
index 8daa1169..71877606 100644
--- a/org.fox.ttrss/src/main/res/layout/subscribe.xml
+++ b/org.fox.ttrss/src/main/res/layout/subscribe.xml
@@ -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"