Merge branch 'master' into improve-explore-screen improve email address input ui Add filter query actions Add radio buttons improve nav accounts list images Merge branch 'master' into improve-explore-screen # Conflicts: # app/src/main/res/values/strings.xml Implement dialog and use new input layout Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/703
10 lines
344 B
XML
10 lines
344 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageView
|
|
android:id="@+id/userAccountAvatar"
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:contentDescription="@string/generalImgContentText"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" />
|