Allow for customized Background image #50

This commit is contained in:
Florian Haar
2018-11-09 10:16:32 +01:00
parent 986d86f82e
commit a336ce3e2c
3 changed files with 2 additions and 9 deletions
-5
View File
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent" android:layout_width="match_parent">
<ImageView
android:id="@+id/background_imageview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
<org.thoughtcrime.securesms.components.InputAwareLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
+1 -1
View File
@@ -15,7 +15,7 @@
android:paddingBottom="6dp"
android:clipChildren="false"
android:clipToPadding="false"
android:background="?emoji_tab_strip_background">
android:background="?attr/colorBackgroundFloating">
<FrameLayout
android:layout_width="0dp"