|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
android:id="@+id/tvMessage"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/title_ask_bugsnag"
|
|
|
|
|
android:text="@string/title_ask_reporting"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:text="@string/title_bugsnag_hint"
|
|
|
|
|
android:text="@string/title_reporting_why"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|