Loading core/res/res/drawable-hdpi/btn_group_holo_dark.9.png 0 → 100644 +265 B Loading image diff... core/res/res/drawable-hdpi/btn_group_holo_light.9.png 0 → 100644 +279 B Loading image diff... core/res/res/drawable-mdpi/btn_group_holo_dark.9.png 0 → 100644 +216 B Loading image diff... core/res/res/drawable-mdpi/btn_group_holo_light.9.png 0 → 100644 +227 B Loading image diff... core/res/res/values/styles.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1432,11 +1432,11 @@ <item name="divider">?android:attr/dividerVertical</item> <item name="showDividers">middle</item> <item name="dividerPadding">8dip</item> <item name="background">@android:drawable/btn_default_holo_dark</item> <item name="background">@android:drawable/btn_group_holo_dark</item> </style> <style name="Holo.SegmentedButton" parent="SegmentedButton"> <item name="android:background">@android:drawable/btn_default_holo_dark</item> <item name="android:background">@android:drawable/btn_group_holo_dark</item> </style> <style name="Holo.ButtonBar.AlertDialog"> Loading Loading @@ -1817,7 +1817,7 @@ </style> <style name="Holo.Light.ButtonBar" parent="Holo.ButtonBar"> <item name="android:background">@android:drawable/btn_default_holo_light</item> <item name="android:background">@android:drawable/btn_group_holo_light</item> </style> <style name="Holo.Light.ButtonBar.AlertDialog"> Loading @@ -1825,7 +1825,7 @@ </style> <style name="Holo.Light.SegmentedButton" parent="SegmentedButton"> <item name="android:background">@android:drawable/btn_default_holo_light</item> <item name="android:background">@android:drawable/btn_group_holo_light</item> </style> <style name="Widget.Holo.Light.TextView" parent="Widget.TextView"> Loading Loading
core/res/res/values/styles.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1432,11 +1432,11 @@ <item name="divider">?android:attr/dividerVertical</item> <item name="showDividers">middle</item> <item name="dividerPadding">8dip</item> <item name="background">@android:drawable/btn_default_holo_dark</item> <item name="background">@android:drawable/btn_group_holo_dark</item> </style> <style name="Holo.SegmentedButton" parent="SegmentedButton"> <item name="android:background">@android:drawable/btn_default_holo_dark</item> <item name="android:background">@android:drawable/btn_group_holo_dark</item> </style> <style name="Holo.ButtonBar.AlertDialog"> Loading Loading @@ -1817,7 +1817,7 @@ </style> <style name="Holo.Light.ButtonBar" parent="Holo.ButtonBar"> <item name="android:background">@android:drawable/btn_default_holo_light</item> <item name="android:background">@android:drawable/btn_group_holo_light</item> </style> <style name="Holo.Light.ButtonBar.AlertDialog"> Loading @@ -1825,7 +1825,7 @@ </style> <style name="Holo.Light.SegmentedButton" parent="SegmentedButton"> <item name="android:background">@android:drawable/btn_default_holo_light</item> <item name="android:background">@android:drawable/btn_group_holo_light</item> </style> <style name="Widget.Holo.Light.TextView" parent="Widget.TextView"> Loading