Skip to content

Commit

Permalink
[fix] Removes ApplicationTest.java and fixes src attribute of content…
Browse files Browse the repository at this point in the history
…_main.xml
  • Loading branch information
coderPaddyS committed Feb 6, 2024
1 parent 26af337 commit 9e66e8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout-land/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_vertical_margin"
android:src="@drawable/ic_keyboard_arrow_left_black_24dp"
app:srcCompat="@drawable/ic_keyboard_arrow_left_black_24dp"
android:layout_alignParentTop="true"
android:padding="@dimen/activity_vertical_margin"
android:layout_centerHorizontal="true"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout-xlarge/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
android:id="@+id/mode_arrow_left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_keyboard_arrow_left_black_24dp"
app:srcCompat="@drawable/ic_keyboard_arrow_left_black_24dp"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:padding="@dimen/activity_horizontal_margin"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:layout_marginStart="@dimen/activity_horizontal_margin"
android:onClick="onClick"
android:padding="@dimen/activity_horizontal_margin"
android:src="@drawable/ic_keyboard_arrow_left_black_24dp" />
app:srcCompat="@drawable/ic_keyboard_arrow_left_black_24dp" />

<ImageView
android:id="@+id/mode_arrow_right"
Expand Down

0 comments on commit 9e66e8d

Please sign in to comment.