Skip to content

Commit

Permalink
NEW App targets Android 13 (API level 33) or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 20, 2023
1 parent 18bc83f commit c3fb633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/baseline_delete_forever_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http:https://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2L18,7L6,7v12zM8.46,11.88l1.41,-1.41L12,12.59l2.12,-2.12 1.41,1.41L13.41,14l2.12,2.12 -1.41,1.41L12,15.41l-2.12,2.12 -1.41,-1.41L10.59,14l-2.13,-2.12zM15.5,4l-1,-1h-5l-1,1L5,4v2h14L19,4z"/>
</vector>
5 changes: 3 additions & 2 deletions app/src/main/res/layout/manage_url_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
android:id="@+id/text_view"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_weight="1" />
android:layout_weight="1"
android:gravity="center_vertical" />

<ImageView
android:id="@+id/image_view"
android:layout_width="wrap_content"
android:layout_height="32dp"
android:clickable="true"
android:contentDescription="@string/DeletePredefinedUrl"
android:src="@drawable/ic_baseline_clear_24" />
android:src="@drawable/baseline_delete_forever_24" />

</LinearLayout>

Expand Down

0 comments on commit c3fb633

Please sign in to comment.