|
@@ -2,13 +2,13 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_height="38dp"
|
|
|
>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/chat_fragment_bottom"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="28dp"
|
|
|
+ android:layout_height="38dp"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
>
|
|
|
|
|
@@ -22,7 +22,6 @@
|
|
|
android:textFontWeight="700"
|
|
|
android:fontFamily="Roboto"
|
|
|
android:paddingRight="10dp"
|
|
|
- android:paddingTop="0dp"
|
|
|
android:backgroundTint="@color/chat_left"
|
|
|
android:drawableRight="@drawable/bottom_t"
|
|
|
style="@style/xp_style_button_right"
|
|
@@ -36,14 +35,15 @@
|
|
|
android:layout_centerVertical="true"
|
|
|
android:text="@string/hold_to_talk"
|
|
|
android:textAllCaps="false"
|
|
|
- android:textSize="9sp"
|
|
|
+ android:textSize="12sp"
|
|
|
android:textFontWeight="700"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingTop="3dp"
|
|
|
+ android:paddingLeft="15dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:paddingTop="2dp"
|
|
|
android:backgroundTint="@color/chat_Right"
|
|
|
android:drawableLeft="@drawable/bottom_voice"
|
|
|
- style="@style/xp_style_button_left"
|
|
|
+ style="@style/xp_style_button_all"
|
|
|
/>
|
|
|
|
|
|
</RelativeLayout>
|