mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
Analytics: small fixes
This commit is contained in:
parent
3689a62aae
commit
74e573ecdc
@ -25,17 +25,19 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
tools:text="Store content" />
|
tools:text="Store content" />
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/show_analytics_opt_in"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="Show Analytics Opt in" />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/reset_analytics_opt_in_displayed"
|
android:id="@+id/reset_analytics_opt_in_displayed"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Reset Analytics Opt in Displayed" />
|
android:text="Reset Analytics Opt in Displayed" />
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/show_analytics_opt_in"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:text="Show Analytics Opt in" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
@ -56,7 +56,7 @@ class AnalyticsOptInFragment @Inject constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun setupLink() {
|
private fun setupLink() {
|
||||||
views.submit.setTextWithColoredPart(
|
views.subtitle.setTextWithColoredPart(
|
||||||
fullTextRes = R.string.analytics_opt_in_content,
|
fullTextRes = R.string.analytics_opt_in_content,
|
||||||
coloredTextRes = R.string.analytics_opt_in_content_link,
|
coloredTextRes = R.string.analytics_opt_in_content_link,
|
||||||
onClick = {
|
onClick = {
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
android:layout_marginEnd="8dp"
|
android:layout_marginEnd="8dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textColor="?vctr_content_secondary"
|
android:textColor="?vctr_content_secondary"
|
||||||
app:drawableStartCompat="@drawable/ic_list_item_bullet"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
tools:text="@string/analytics_opt_in_content" />
|
tools:text="@string/analytics_opt_in_content" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user