mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 16:31:36 +00:00
optimize imports, add DM settings (init), add notification setting
This commit is contained in:
parent
ca0d89fdb6
commit
4a439f74eb
52 changed files with 507 additions and 113 deletions
10
app/src/main/res/drawable-anydpi/ic_submit.xml
Normal file
10
app/src/main/res/drawable-anydpi/ic_submit.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue