|
@@ -22,9 +22,8 @@
|
|
|
android:textFontWeight="700"
|
|
|
android:fontFamily="Roboto"
|
|
|
android:paddingRight="10dp"
|
|
|
- android:backgroundTint="@color/chat_left"
|
|
|
android:drawableRight="@drawable/bottom_t"
|
|
|
- style="@style/xp_style_button_right"
|
|
|
+ android:background="@drawable/bottom_t_bg"
|
|
|
/>
|
|
|
|
|
|
<Button
|
|
@@ -38,12 +37,10 @@
|
|
|
android:textSize="12sp"
|
|
|
android:textFontWeight="700"
|
|
|
android:fontFamily="Roboto"
|
|
|
+ android:textAlignment="textStart"
|
|
|
android:paddingLeft="15dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
- android:paddingTop="2dp"
|
|
|
- android:backgroundTint="@color/chat_Right"
|
|
|
android:drawableLeft="@drawable/bottom_voice"
|
|
|
- style="@style/xp_style_button_all"
|
|
|
+ android:background="@drawable/bottom_voice_bg"
|
|
|
/>
|
|
|
|
|
|
</RelativeLayout>
|