Skip to content

Commit a981d70

Browse files
committed
UI changes - background
1 parent 49090cc commit a981d70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:layout_marginStart="8dp"
2424
android:layout_marginTop="32dp"
2525
android:layout_marginEnd="8dp"
26-
android:background="@drawable/ks_logo"
26+
android:background="@mipmap/ks_icon"
2727
android:transitionName="image"
2828
app:layout_constraintBottom_toTopOf="@+id/about_uphar"
2929
app:layout_constraintEnd_toStartOf="@+id/about_uphar"
@@ -95,7 +95,7 @@
9595
android:layout_width="155dp"
9696
android:layout_height="wrap_content"
9797
android:padding="8dp"
98-
android:text="About UPHAAR"
98+
android:text="About UPAHAAR"
9999
android:fontFamily="@font/sniglet_regular"
100100
android:textAlignment="center"
101101
android:textColor="@android:color/white"
@@ -111,7 +111,7 @@
111111
android:layout_height="145dp"
112112
android:layout_marginStart="8dp"
113113
android:layout_marginBottom="40dp"
114-
android:background="@drawable/dpi_circle"
114+
android:background="@mipmap/dpi_logo"
115115
android:transitionName="image"
116116
app:layout_constraintBottom_toBottomOf="parent"
117117
app:layout_constraintEnd_toEndOf="@+id/about_uphar"

0 commit comments

Comments
 (0)