Skip to content

Commit

Permalink
Merge pull request #322 from cyb3rko/console-cleanup
Browse files Browse the repository at this point in the history
Cleanup console output
  • Loading branch information
jmattheis authored Nov 17, 2023
2 parents 2082e6d + c3327a6 commit b6519d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:theme="@style/AppTheme.Nav"
android:theme="@style/AppTheme.Nav"
app:headerLayout="@layout/nav_header_drawer"
app:menu="@menu/messages_menu" />

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/message_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@

<ImageButton
android:id="@+id/message_delete"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@null"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/message_item_compact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

<ImageButton
android:id="@+id/message_delete"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@null"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/nav_header_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

<ImageButton
android:id="@+id/refresh_all"
style="@style/Widget.Material3.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
Expand Down

0 comments on commit b6519d1

Please sign in to comment.