mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 00:57:42 +00:00
Show profile avatar in toolbar.
This commit is contained in:
BIN
res/drawable-hdpi/ic_profile_default.png
Normal file
BIN
res/drawable-hdpi/ic_profile_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 475 B |
BIN
res/drawable-mdpi/ic_profile_default.png
Normal file
BIN
res/drawable-mdpi/ic_profile_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
BIN
res/drawable-xhdpi/ic_profile_default.png
Normal file
BIN
res/drawable-xhdpi/ic_profile_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 575 B |
BIN
res/drawable-xxhdpi/ic_profile_default.png
Normal file
BIN
res/drawable-xxhdpi/ic_profile_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 979 B |
BIN
res/drawable-xxxhdpi/ic_profile_default.png
Normal file
BIN
res/drawable-xxxhdpi/ic_profile_default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@@ -23,7 +23,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ImageView android:layout_width="36dp"
|
||||
<ImageView android:id="@+id/toolbar_icon"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
|
Reference in New Issue
Block a user