Bigger message input edittext.
One sized splash screen image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 568 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 270 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 928 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -15,7 +15,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:layout_marginBottom="50dp"
|
android:layout_marginBottom="56dp"
|
||||||
android:layout_marginLeft="16dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:layout_marginRight="16dp"
|
android:layout_marginRight="16dp"
|
||||||
android:layout_marginTop="?attr/actionBarSize"
|
android:layout_marginTop="?attr/actionBarSize"
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:background="@color/colorWhite"
|
android:background="@color/colorWhite"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
@@ -64,12 +64,17 @@
|
|||||||
<hani.momanii.supernova_emoji_library.Helper.EmojiconEditText
|
<hani.momanii.supernova_emoji_library.Helper.EmojiconEditText
|
||||||
android:id="@+id/chat_message"
|
android:id="@+id/chat_message"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxHeight="100dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:hint="@string/chat_type_your_message"
|
android:hint="@string/chat_type_your_message"
|
||||||
android:paddingEnd="5dp"
|
android:paddingEnd="5dp"
|
||||||
android:paddingRight="5dp"
|
android:paddingRight="5dp"
|
||||||
|
android:paddingTop="10dp"
|
||||||
|
android:paddingBottom="10dp"
|
||||||
|
android:scrollHorizontally="false"
|
||||||
|
android:scrollbars="vertical"
|
||||||
android:textColor="@color/colorBlack"
|
android:textColor="@color/colorBlack"
|
||||||
android:textColorHint="@color/colorManatee"
|
android:textColorHint="@color/colorManatee"
|
||||||
emojicon:emojiconSize="28sp"
|
emojicon:emojiconSize="28sp"
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:scaleType="fitEnd"
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/splash"
|
android:src="@drawable/splash_one_size_fits_all"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<com.github.lzyzsd.circleprogress.DonutProgress
|
<com.github.lzyzsd.circleprogress.DonutProgress
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<style name="AppTheme.FullBackground" parent="Theme.AppCompat.Light.NoActionBar">
|
<style name="AppTheme.FullBackground" parent="Theme.AppCompat.Light.NoActionBar">
|
||||||
<item name="android:windowTranslucentStatus" tools:targetApi="kitkat">true</item>
|
<item name="android:windowTranslucentStatus" tools:targetApi="kitkat">true</item>
|
||||||
<item name="android:windowBackground">@drawable/splash</item>
|
<item name="android:windowBackground">@drawable/splash_one_size_fits_all</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Login style -->
|
<!-- Login style -->
|
||||||
|
|||||||
Reference in New Issue
Block a user