Skip to content

Commit

Permalink
Merge pull request #7 from FANMixco/master
Browse files Browse the repository at this point in the history
Fixed color issues
  • Loading branch information
ajithvgiri authored Jul 15, 2019
2 parents b6c19d9 + a926a9d commit 036380f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions searchdialog/src/main/res/layout/search_dialog_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:id="@+id/searchBox"
android:layout_width="match_parent"
android:layout_height="40dp"
android:textColor="#212121"
android:layout_marginLeft="5dp"
android:background="@color/white"
android:inputType="text" />
Expand Down
6 changes: 6 additions & 0 deletions searchdialog/src/main/res/values-es/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFF</color>
<color name="dark_background">#FF424242</color>
<color name="color_divider">#d1d1d1</color>
</resources>
5 changes: 5 additions & 0 deletions searchdialog/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
<string name="app_name">SearchDialog</string>
<string name="select_or_search">Seleccionar o Buscar</string>
<string name="close">Cerrar</string>
</resources>

0 comments on commit 036380f

Please sign in to comment.