uglify stop

master
yova 1 year ago
parent fbf786e027
commit 732a191f41

@ -5,8 +5,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<corners android:radius="1dp"/>
<stroke android:width="2dp"
<stroke android:width="5px"
android:color="#FFF"/>
<size android:width="64dp"
android:height="64dp"/>
<size android:width="200px"
android:height="200px"/>
</shape>

@ -3,22 +3,18 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/app_background"
android:onClick="onLayoutClick">
<ImageView
android:background="#d1d1d1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/stop"
android:layout_marginStart="30dp"
android:layout_marginTop="30dp"/>
app:srcCompat="@drawable/circle"/>
<TextView
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="STOP"
android:layout_marginLeft="35dp"
android:layout_marginTop="40dp"
android:padding="10dp"
android:textColor="#ffffff"
android:layout_gravity="top|left"/>
android:layout_marginLeft="10dp"
android:layout_marginTop="32dp"
app:srcCompat="@drawable/bar"/>
</FrameLayout>
Loading…
Cancel
Save