Used Android Studio Refactor tool to convert to AppCompat (had to change some references back to just Activity to get it to compile

This commit is contained in:
Graham Jones
2022-03-01 23:48:30 +00:00
parent 938b9c1f29
commit a8d3b5cc4d
12 changed files with 71 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -15,7 +16,7 @@
android:layout_height="wrap_content"
android:id="@+id/imageView"
android:layout_gravity="center_horizontal"
android:src="@drawable/star_of_life_48x48" />
app:srcCompat="@drawable/star_of_life_48x48" />
<TextView
android:layout_width="wrap_content"