Set text color on tag edit row

pull/253/head
Alex Baker 10 years ago
parent 9be08aca0d
commit a796311091

@ -24,6 +24,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:textColor="@color/black_text"
android:textColorHint="@color/black_text_hint"
android:inputType="textCapSentences"/>
<ImageButton android:id="@+id/button1"

@ -28,6 +28,8 @@
<color name="drawer_background">#efefef</color>
<color name="white_text">#fff</color>
<color name="white_text_hint">#eee</color>
<color name="black_text">#000</color>
<color name="black_text_hint">#535353</color>
<color name="importance_1">#ffff5555</color>
<color name="importance_2">#fffea400</color>

Loading…
Cancel
Save