Make debuglog submission slightly more discoverable.

This commit is contained in:
Greyson Parrelli
2021-05-13 11:47:15 -04:00
parent 14236d3062
commit 07bd9ad840
5 changed files with 12 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="@string/log_submit_activity__this_log_will_be_posted_online"
android:text="@string/SubmitDebugLogActivity_this_log_will_be_posted_publicly_online"
android:textColor="@color/core_black"
android:background="@color/core_yellow"
android:visibility="gone"