Skip to content

Commit f96abcf

Browse files
author
daitj
committed
small view button position fixed
1 parent ca6717a commit f96abcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

easycontrolfork/app/src/main/res/layout/module_small_view.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@
4848
android:tint="@color/onCardBackground" />
4949

5050
<ImageView
51-
android:id="@+id/button_switch"
51+
android:id="@+id/button_home"
5252
android:layout_width="0dp"
5353
android:layout_height="match_parent"
5454
android:layout_weight="1"
5555
android:focusable="false"
5656
android:padding="4dp"
57-
android:src="@drawable/square"
57+
android:src="@drawable/o"
5858
android:tint="@color/onCardBackground" />
5959

6060
<ImageView
61-
android:id="@+id/button_home"
61+
android:id="@+id/button_switch"
6262
android:layout_width="0dp"
6363
android:layout_height="match_parent"
6464
android:layout_weight="1"
6565
android:focusable="false"
6666
android:padding="4dp"
67-
android:src="@drawable/o"
67+
android:src="@drawable/square"
6868
android:tint="@color/onCardBackground" />
6969

7070
</LinearLayout>

0 commit comments

Comments
 (0)