Skip to content

Commit 7aafa61

Browse files
committed
Added Header Image
1 parent 74a5ad1 commit 7aafa61

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

EditDrawableText.png

51.8 KB
Loading

app/src/main/res/drawable/ic_remove_red_eye_black_24dp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
android:viewportWidth="24.0"
55
android:viewportHeight="24.0">
66
<path
7-
android:fillColor="#e2e2e2"
7+
android:fillColor="#a9a9a9"
88
android:pathData="M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z"/>
99
</vector>

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
android:layout_width="match_parent"
1313
android:layout_height="wrap_content"
1414
android:drawableRight="@drawable/ic_remove_red_eye_black_24dp"
15+
android:drawableLeft="@drawable/ic_remove_red_eye_black_24dp"
1516
android:hint="@string/clickTheDrawables"
1617
android:inputType="text"
18+
android:textAlignment="center"
1719
app:layout_constraintBottom_toBottomOf="parent"
1820
app:layout_constraintLeft_toLeftOf="parent"
1921
app:layout_constraintRight_toRightOf="parent"

app/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="colorPrimary">#3F51B5</color>
4-
<color name="colorPrimaryDark">#303F9F</color>
5-
<color name="colorAccent">#FF4081</color>
3+
<color name="colorPrimary">#e84f4f</color>
4+
<color name="colorPrimaryDark">#c94545</color>
5+
<color name="colorAccent">#000</color>
66
</resources>

0 commit comments

Comments
 (0)