diff options
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 6614719c..95e709b3 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -48,6 +48,17 @@ <style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge" /> - <dimen name="stdpadding">8dp</dimen> + <style name="logWindowStatusText"> + <item name="android:paddingLeft">@dimen/paddingItemsSidebarLog</item> + <item name="android:layout_width">wrap_content</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:textAppearance">?android:attr/textAppearanceLarge</item> + </style> + + <style name="logWindowStatusTitle"> + <item name="android:layout_width">wrap_content</item> + <item name="android:layout_height">wrap_content</item> + </style> + </resources>
\ No newline at end of file |