Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-koush-Widgets: Commit

external/koush/Widgets


Commit MetaInfo

Révision3f2029806b5e60e9d604d740ddf905e1b0dc6ec6 (tree)
l'heure2013-03-02 12:18:36
AuteurKoushik Dutta <koushd@gmai...>
CommiterKoushik Dutta

Message de Log

fix bad style on pre ics

Change-Id: I31ae26438f015fab980f6bc3fbccd8536066737a

Change Summary

Modification

--- a/Widgets/res/layout/list_fragment.xml
+++ b/Widgets/res/layout/list_fragment.xml
@@ -16,7 +16,7 @@
1616 android:layout_height="fill_parent"
1717 android:layout_weight="1"
1818 android:paddingBottom="@dimen/list_vertical_margin"
19- android:paddingLeft="?android:attr/listPreferredItemPaddingStart"
19+ android:paddingLeft="@dimen/list_horizontal_margin"
2020 android:paddingRight="@dimen/list_horizontal_margin"
2121 android:paddingTop="@dimen/list_vertical_margin" />
2222
--- a/Widgets/res/values/attrs.xml
+++ b/Widgets/res/values/attrs.xml
@@ -9,5 +9,4 @@
99 <attr name="listItemSelectableLargeBackground" format="reference|color" />
1010 <attr name="listItemSelectableLargeIndicatorStyle" format="reference" />
1111 <attr name="iconSize" format="dimension" />
12-
1312 </resources>
\ No newline at end of file
Afficher sur ancien navigateur de dépôt.