Skip to content

Commit

Permalink
logs: smaller text
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Apr 3, 2024
1 parent 1639c40 commit 4aa9dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_bug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
android:id="@+id/logs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Start Logging Here.." />
android:text="Start Logging Here.."
android:textSize="11sp" />
</ScrollView>


Expand Down

0 comments on commit 4aa9dd9

Please sign in to comment.