|
|
@@ -1,15 +1,15 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ tools:background="@android:color/holo_blue_dark">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/floating_button"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:padding="10dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:padding="5dp"
|
|
|
android:scaleType="centerInside"
|
|
|
- android:scaleX="1.8"
|
|
|
- android:scaleY="1.8"
|
|
|
- android:src="@mipmap/ic_keyboard_icon" />
|
|
|
+ android:src="@mipmap/ic_floating_ball" />
|
|
|
</FrameLayout>
|