Mercurial > cgi-bin > hgwebdir.cgi > FriendStream > ASProto
comparison app/src/main/res/values/styles.xml @ 1:bae640f518e4
Adding auto generated project files, plus Activity code
| author | kshalle |
|---|---|
| date | Mon, 20 Apr 2015 17:11:10 +0300 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9f5f71c9497c |
|---|---|
| 1 <resources> | |
| 2 | |
| 3 <!-- Base application theme. --> | |
| 4 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> | |
| 5 <!-- Customize your theme here. --> | |
| 6 </style> | |
| 7 | |
| 8 <style name="FullscreenTheme" parent="android:Theme.NoTitleBar"> | |
| 9 <item name="android:windowContentOverlay">@null</item> | |
| 10 <item name="android:windowBackground">@null</item> | |
| 11 <item name="metaButtonBarStyle">@style/ButtonBar</item> | |
| 12 <item name="metaButtonBarButtonStyle">@style/ButtonBarButton</item> | |
| 13 </style> | |
| 14 | |
| 15 <!-- Backward-compatible version of ?android:attr/buttonBarStyle --> | |
| 16 <style name="ButtonBar"> | |
| 17 <item name="android:paddingLeft">2dp</item> | |
| 18 <item name="android:paddingTop">5dp</item> | |
| 19 <item name="android:paddingRight">2dp</item> | |
| 20 <item name="android:paddingBottom">0dp</item> | |
| 21 <item name="android:background">@android:drawable/bottom_bar</item> | |
| 22 </style> | |
| 23 | |
| 24 <!-- Backward-compatible version of ?android:attr/buttonBarButtonStyle --> | |
| 25 <style name="ButtonBarButton" /> | |
| 26 | |
| 27 </resources> |
