srctree

Robin Linden parent 79e2f78e d8aa9ff1
Fix notification icon crash on API 19 due to it not supporting svg

inlinesplit
atox/build.gradle.kts added: 5, removed: 6, total 0
@@ -17,7 +17,6 @@ android {
versionName = "0.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
}
buildTypes {
getByName("debug") {
 
atox/src/main/res/layout/fragment_chat.xml added: 5, removed: 6, total 0
@@ -75,9 +75,9 @@
android:layout_weight="0"
android:background="@android:color/transparent"
android:contentDescription="@string/send"
android:src="@drawable/send"
android:visibility="gone"
app:srcCompat="@drawable/send"
app:tint="@color/colorPrimary" />
app:tint="@color/colorPrimary"/>
 
<ImageButton android:id="@+id/attach"
android:layout_width="wrap_content"
@@ -85,6 +85,6 @@
android:layout_weight="0"
android:background="@android:color/transparent"
android:contentDescription="@string/attach_file"
app:srcCompat="@drawable/attach_file" />
android:src="@drawable/attach_file"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>