Исправлены ошибки в стилях

This commit is contained in:
Victor 2014-01-09 22:45:59 +02:00
parent c306efc912
commit 12d4e2a709
4 changed files with 6 additions and 17 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.annimon.client" package="com.annimon.client"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0" > android:versionName="1.1" >
<uses-sdk <uses-sdk
android:minSdkVersion="8" android:minSdkVersion="8"

View File

@ -1,11 +0,0 @@
<resources>
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
</resources>

View File

@ -4,10 +4,11 @@
<string name="app_name">aNNiMON.com</string> <string name="app_name">aNNiMON.com</string>
<string name="action_settings">Настройки</string> <string name="action_settings">Настройки</string>
<string name="useful">Полезное</string> <!-- Имена категорий -->
<string name="communication">Общение</string> <string name="useful">ПОЛЕЗНОЕ</string>
<string name="communication">ОБЩЕНИЕ</string>
<!-- Разделы -->
<string name="ablogs">Авторские статьи</string> <string name="ablogs">Авторские статьи</string>
<string name="code">Полезные коды</string> <string name="code">Полезные коды</string>
<string name="downloads">Загрузки</string> <string name="downloads">Загрузки</string>

View File

@ -3,7 +3,6 @@
<style name="ActionTitle" parent="@android:style/Widget.TextView"> <style name="ActionTitle" parent="@android:style/Widget.TextView">
<item name="android:textSize">15sp</item> <item name="android:textSize">15sp</item>
<item name="android:textColor">@color/actions_title_text</item> <item name="android:textColor">@color/actions_title_text</item>
<item name="android:textAllCaps">false</item>
<item name="android:background">@drawable/action_title</item> <item name="android:background">@drawable/action_title</item>
<item name="android:layout_height">26dp</item> <item name="android:layout_height">26dp</item>
@ -28,7 +27,7 @@
Base application theme, dependent on API level. This theme is replaced Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
--> -->
<style name="AppBaseTheme" parent="android:Theme.Light"> <style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light">
<!-- <!--
Theme customizations available in newer API levels can go in Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to res/values-vXX/styles.xml, while customizations related to