forked from organicmaps/organicmaps
[android] Corrected styles a bit.
This commit is contained in:
parent
c8aefbf33a
commit
585fc97d9a
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
android:id="@+id/rb__selected"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@null"
|
||||
android:clickable="false"
|
||||
android:focusable="false"/>
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<item name="colorPrimaryDark">@color/base_green_darker</item>
|
||||
<item name="clickableBackground">?attr/selectableItemBackground</item>
|
||||
<item name="colorControlNormal">@color/text_dark_hint</item>
|
||||
<item name="colorAccent">?attr/colorPrimary</item>
|
||||
<item name="android:listViewStyle">@style/MwmWidget.ListView</item>
|
||||
<item name="android:textViewStyle">@style/MwmWidget.TextView</item>
|
||||
<item name="alertDialogTheme">@style/MwmMain.DialogFragment</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue