mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
feat: add Edit Profile
This commit is contained in:
9
app/src/main/res/drawable/ic_dot_outline.xml
Normal file
9
app/src/main/res/drawable/ic_dot_outline.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval"
|
||||
android:tint="?attr/colorOnPrimary">
|
||||
<size
|
||||
android:width="24dp"
|
||||
android:height="24dp" />
|
||||
<solid android:color="#7F000000" />
|
||||
</shape>
|
Reference in New Issue
Block a user