diff options
| -rw-r--r-- | main/res/layout/recaptcha_dialog.xml | 2 | ||||
| -rw-r--r-- | main/res/values/styles.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/recaptcha_dialog.xml b/main/res/layout/recaptcha_dialog.xml index 3cae1fa..66ad4ef 100644 --- a/main/res/layout/recaptcha_dialog.xml +++ b/main/res/layout/recaptcha_dialog.xml @@ -43,7 +43,7 @@ android:layout_margin="7dip" android:paddingLeft="3dip" android:text="@string/caches_recaptcha_explanation" - android:textColor="@color/text_grey_dark" + android:textColor="?text_color_hint" android:textSize="12sp" /> </LinearLayout>
\ No newline at end of file diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml index 6b12678..be1e1a4 100644 --- a/main/res/values/styles.xml +++ b/main/res/values/styles.xml @@ -130,7 +130,7 @@ <item name="android:layout_marginRight">10dip</item> <item name="android:layout_marginBottom">5dip</item> <item name="android:textColor">@color/text_dark</item> - <item name="android:textColorHint">@color/text_hint_dark</item> + <item name="android:textColorHint">?text_color_hint</item> <item name="android:background">@drawable/input_bcg_dark</item> </style> |
