delete ui xml
This commit is contained in:
parent
0ad181c1c3
commit
a992ba8dab
2 changed files with 5 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/camera_default"
|
||||
android:alpha="0.2" />
|
|
@ -14,7 +14,7 @@
|
|||
android:layout_height="match_parent"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/statusLed"
|
||||
android:id="@+id/status_led"
|
||||
android:src="@drawable/status_available"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="25dp"
|
||||
|
@ -22,4 +22,8 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentRight="true"/>
|
||||
|
||||
<ImageView
|
||||
android:background="@color/colorH"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"/>
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in a new issue