diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/drawable/actionbar_tab_indicator.xml | 16 | ||||
-rw-r--r-- | src/main/res/drawable/es_slidingpane_shadow.xml | 2 | ||||
-rw-r--r-- | src/main/res/drawable/grey.xml | 2 | ||||
-rw-r--r-- | src/main/res/drawable/greybackground.xml | 2 | ||||
-rw-r--r-- | src/main/res/drawable/infocard_border.xml | 7 | ||||
-rw-r--r-- | src/main/res/drawable/message_border.xml | 2 | ||||
-rw-r--r-- | src/main/res/drawable/snackbar.xml | 2 | ||||
-rw-r--r-- | src/main/res/drawable/switch_back_off.xml | 12 | ||||
-rw-r--r-- | src/main/res/drawable/switch_back_on.xml | 8 | ||||
-rw-r--r-- | src/main/res/drawable/switch_thumb.xml | 14 |
10 files changed, 35 insertions, 32 deletions
diff --git a/src/main/res/drawable/actionbar_tab_indicator.xml b/src/main/res/drawable/actionbar_tab_indicator.xml index 5598ee424..ffd36f6fe 100644 --- a/src/main/res/drawable/actionbar_tab_indicator.xml +++ b/src/main/res/drawable/actionbar_tab_indicator.xml @@ -2,20 +2,20 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <!-- Non focused states --> - <item android:drawable="@android:color/transparent" android:state_focused="false" android:state_pressed="false" android:state_selected="false"/> - <item android:drawable="@drawable/tab_selected_conversations" android:state_focused="false" android:state_pressed="false" android:state_selected="true"/> + <item android:drawable="@android:color/transparent" android:state_focused="false" android:state_pressed="false" android:state_selected="false" /> + <item android:drawable="@drawable/tab_selected_conversations" android:state_focused="false" android:state_pressed="false" android:state_selected="true" /> <!-- Focused states --> - <item android:drawable="@drawable/tab_unselected_focused_conversations" android:state_focused="true" android:state_pressed="false" android:state_selected="false"/> - <item android:drawable="@drawable/tab_selected_focused_conversations" android:state_focused="true" android:state_pressed="false" android:state_selected="true"/> + <item android:drawable="@drawable/tab_unselected_focused_conversations" android:state_focused="true" android:state_pressed="false" android:state_selected="false" /> + <item android:drawable="@drawable/tab_selected_focused_conversations" android:state_focused="true" android:state_pressed="false" android:state_selected="true" /> <!-- Pressed --> <!-- Non focused states --> - <item android:drawable="@drawable/tab_unselected_pressed_conversations" android:state_focused="false" android:state_pressed="true" android:state_selected="false"/> - <item android:drawable="@drawable/tab_selected_pressed_conversations" android:state_focused="false" android:state_pressed="true" android:state_selected="true"/> + <item android:drawable="@drawable/tab_unselected_pressed_conversations" android:state_focused="false" android:state_pressed="true" android:state_selected="false" /> + <item android:drawable="@drawable/tab_selected_pressed_conversations" android:state_focused="false" android:state_pressed="true" android:state_selected="true" /> <!-- Focused states --> - <item android:drawable="@drawable/tab_unselected_pressed_conversations" android:state_focused="true" android:state_pressed="true" android:state_selected="false"/> - <item android:drawable="@drawable/tab_selected_pressed_conversations" android:state_focused="true" android:state_pressed="true" android:state_selected="true"/> + <item android:drawable="@drawable/tab_unselected_pressed_conversations" android:state_focused="true" android:state_pressed="true" android:state_selected="false" /> + <item android:drawable="@drawable/tab_selected_pressed_conversations" android:state_focused="true" android:state_pressed="true" android:state_selected="true" /> </selector>
\ No newline at end of file diff --git a/src/main/res/drawable/es_slidingpane_shadow.xml b/src/main/res/drawable/es_slidingpane_shadow.xml index de96e08f4..b9aaf908b 100644 --- a/src/main/res/drawable/es_slidingpane_shadow.xml +++ b/src/main/res/drawable/es_slidingpane_shadow.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<shape xmlns:android="http://schemas.android.com/apk/res/android"> <gradient android:endColor="@color/black12" diff --git a/src/main/res/drawable/grey.xml b/src/main/res/drawable/grey.xml index 26986dbe2..9354f095d 100644 --- a/src/main/res/drawable/grey.xml +++ b/src/main/res/drawable/grey.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle" > + android:shape="rectangle"> <solid android:color="@color/black12" /> diff --git a/src/main/res/drawable/greybackground.xml b/src/main/res/drawable/greybackground.xml index bedc4b17a..f820cf318 100644 --- a/src/main/res/drawable/greybackground.xml +++ b/src/main/res/drawable/greybackground.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/grey" android:state_pressed="true"/> + <item android:drawable="@drawable/grey" android:state_pressed="true" /> </selector>
\ No newline at end of file diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml index baf60602f..ff3ec366a 100644 --- a/src/main/res/drawable/infocard_border.xml +++ b/src/main/res/drawable/infocard_border.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/grey50" /> @@ -7,9 +7,8 @@ <stroke android:width="0.5dp" - android:color="@color/black12" > - </stroke> - + android:color="@color/black12"></stroke> + <padding android:bottom="0dp" android:left="0dp" diff --git a/src/main/res/drawable/message_border.xml b/src/main/res/drawable/message_border.xml index e80f50cd5..73c7a6716 100644 --- a/src/main/res/drawable/message_border.xml +++ b/src/main/res/drawable/message_border.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle" > + android:shape="rectangle"> <corners android:radius="5dp" /> diff --git a/src/main/res/drawable/snackbar.xml b/src/main/res/drawable/snackbar.xml index 2645b1362..a250a1bd6 100644 --- a/src/main/res/drawable/snackbar.xml +++ b/src/main/res/drawable/snackbar.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android" > +<shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/grey800" /> diff --git a/src/main/res/drawable/switch_back_off.xml b/src/main/res/drawable/switch_back_off.xml index 20d2fb146..9082347b2 100644 --- a/src/main/res/drawable/switch_back_off.xml +++ b/src/main/res/drawable/switch_back_off.xml @@ -1,15 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_enabled="false"><shape android:shape="rectangle"> + <item android:state_enabled="false"> + <shape android:shape="rectangle"> <solid android:color="#D5D5D5" /> <corners android:radius="99dp" /> - </shape></item> - <item android:state_enabled="true"><shape android:shape="rectangle"> + </shape> + </item> + <item android:state_enabled="true"> + <shape android:shape="rectangle"> <solid android:color="#939393" /> <corners android:radius="99dp" /> - </shape></item> + </shape> + </item> </selector>
\ No newline at end of file diff --git a/src/main/res/drawable/switch_back_on.xml b/src/main/res/drawable/switch_back_on.xml index 45117a98e..ae78edecc 100644 --- a/src/main/res/drawable/switch_back_on.xml +++ b/src/main/res/drawable/switch_back_on.xml @@ -2,15 +2,15 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false"> <shape android:shape="rectangle"> - <solid android:color="#D5D5D5"/> - <corners android:radius="99dp"/> + <solid android:color="#D5D5D5" /> + <corners android:radius="99dp" /> </shape> </item> <item android:state_enabled="true"> <shape android:shape="rectangle"> <!-- 30% accent on white --> - <solid android:color="#b3ddf7"/> - <corners android:radius="99dp"/> + <solid android:color="#b3ddf7" /> + <corners android:radius="99dp" /> </shape> </item> </selector>
\ No newline at end of file diff --git a/src/main/res/drawable/switch_thumb.xml b/src/main/res/drawable/switch_thumb.xml index ba3d1c456..da33e46c3 100644 --- a/src/main/res/drawable/switch_thumb.xml +++ b/src/main/res/drawable/switch_thumb.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/switch_thumb_disable" android:state_enabled="false"/> - <item android:drawable="@drawable/switch_thumb_on_pressed" android:state_checked="true" android:state_pressed="true"/> - <item android:drawable="@drawable/switch_thumb_on_pressed" android:state_checked="true" android:state_focused="true"/> - <item android:drawable="@drawable/switch_thumb_on_normal" android:state_checked="true"/> - <item android:drawable="@drawable/switch_thumb_off_pressed" android:state_checked="false" android:state_pressed="true"/> - <item android:drawable="@drawable/switch_thumb_off_pressed" android:state_checked="false" android:state_focused="true"/> - <item android:drawable="@drawable/switch_thumb_off_normal" android:state_checked="false"/> + <item android:drawable="@drawable/switch_thumb_disable" android:state_enabled="false" /> + <item android:drawable="@drawable/switch_thumb_on_pressed" android:state_checked="true" android:state_pressed="true" /> + <item android:drawable="@drawable/switch_thumb_on_pressed" android:state_checked="true" android:state_focused="true" /> + <item android:drawable="@drawable/switch_thumb_on_normal" android:state_checked="true" /> + <item android:drawable="@drawable/switch_thumb_off_pressed" android:state_checked="false" android:state_pressed="true" /> + <item android:drawable="@drawable/switch_thumb_off_pressed" android:state_checked="false" android:state_focused="true" /> + <item android:drawable="@drawable/switch_thumb_off_normal" android:state_checked="false" /> </selector>
\ No newline at end of file |