diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-10-14 12:45:10 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-10-14 12:45:10 +0530 |
commit | c0c28280a2abbad5baecd4ed58939734616b5f43 (patch) | |
tree | dcd904d404085d7a16fa90cf4d6e6ea3d06b6d9e /app/src/main/res/layout | |
parent | 46c15170898f3680a0d9868218fb631b2320978c (diff) |
Integrate elib
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/topbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/topbar.xml b/app/src/main/res/layout/topbar.xml index eaebce1..41f034e 100644 --- a/app/src/main/res/layout/topbar.xml +++ b/app/src/main/res/layout/topbar.xml @@ -32,6 +32,6 @@ android:layout_height="?android:attr/actionBarSize" android:layout_width="match_parent" tools:layout_height="56dp" - app:navigationIcon="@drawable/ic_back_24dp" + app:navigationIcon="@drawable/e_ic_back" /> </com.google.android.material.appbar.AppBarLayout> |