|
|
@@ -55,8 +55,8 @@
|
|
|
android:id="@+id/keyboard_switch_btn"
|
|
|
android:layout_width="34dp"
|
|
|
android:layout_height="34dp"
|
|
|
- android:layout_marginStart="6dp"
|
|
|
- android:layout_marginEnd="6dp"
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
android:src="@mipmap/ic_keyboard" />
|
|
|
|
|
|
<FrameLayout
|
|
|
@@ -70,6 +70,8 @@
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="35dp"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:scaleX="1.2"
|
|
|
+ android:scaleY="1.2"
|
|
|
android:visibility="visible"
|
|
|
app:lottie_autoPlay="true"
|
|
|
app:lottie_fileName="lottie/anim_intimacy_value_love.json"
|