Loading res-common/drawable/tab_selected_focused.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ <shape android:shape="rectangle" > <stroke android:width="4dp" android:color="#44ff0000" /> android:color="@color/focus_color" /> </shape> </item> </layer-list> No newline at end of file res-common/drawable/tab_unselected_focused.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <shape android:shape="rectangle" > <stroke android:width="4dp" android:color="#44ff0000" /> android:color="@color/focus_color" /> </shape> </item> </layer-list> No newline at end of file res-common/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ <!-- Background color corresponding to the holo list 9-patch. --> <color name="holo_list_background_color">#eeeeee</color> <color name="focus_color">#44ff0000</color> <!-- Divider color for header separator --> <color name="primary_text_color">#363636</color> Loading Loading
res-common/drawable/tab_selected_focused.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ <shape android:shape="rectangle" > <stroke android:width="4dp" android:color="#44ff0000" /> android:color="@color/focus_color" /> </shape> </item> </layer-list> No newline at end of file
res-common/drawable/tab_unselected_focused.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <shape android:shape="rectangle" > <stroke android:width="4dp" android:color="#44ff0000" /> android:color="@color/focus_color" /> </shape> </item> </layer-list> No newline at end of file
res-common/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ <!-- Background color corresponding to the holo list 9-patch. --> <color name="holo_list_background_color">#eeeeee</color> <color name="focus_color">#44ff0000</color> <!-- Divider color for header separator --> <color name="primary_text_color">#363636</color> Loading