res/values/styles.xml
changeset 986 2c85a0f62ab0
parent 982 7067aa267917
equal deleted inserted replaced
985:2a2d82478538 986:2c85a0f62ab0
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <resources>
     2 <resources xmlns:android="http://schemas.android.com/apk/res/android">
     3 	<style name="Label">
     3 	<style name="Label">
     4 		<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
     4 		<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
     5 		<item name="android:textStyle">bold</item>
     5 		<item name="android:textStyle">bold</item>
     6 		<item name="android:capitalize">characters</item>
     6 		<item name="android:capitalize">characters</item>
     7 		<item name="android:focusable">false</item>
     7 		<item name="android:focusable">false</item>
       
     8 		<item name="android:inputType">textNoSuggestions</item>
     8 	</style>
     9 	</style>
     9 	<style name="CheckBoxLabel" parent="@style/Label">
    10 	<style name="CheckBoxLabel" parent="@style/Label">
    10 		<item name="android:enabled">true</item>
    11 		<item name="android:enabled">true</item>
    11 	</style>
    12 	</style>
    12 	<style name="Theme.BEEM.Default" parent="@android:style/Theme">
    13 	<style name="Theme.BEEM.Default" parent="@android:style/Theme">