mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 18:48:04 +00:00
Update legal copy & URLs
This commit is contained in:
@@ -65,17 +65,16 @@
|
||||
android:layout_marginRight="@dimen/massive_spacing"
|
||||
android:text="Copy" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/termsButton"
|
||||
<TextView
|
||||
android:id="@+id/termsTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/onboarding_button_bottom_offset"
|
||||
android:layout_marginLeft="@dimen/massive_spacing"
|
||||
android:layout_marginRight="@dimen/massive_spacing"
|
||||
android:gravity="center"
|
||||
android:background="@color/transparent"
|
||||
android:textAllCaps="false"
|
||||
android:textColorLink="@color/text"
|
||||
android:textSize="@dimen/very_small_font_size"
|
||||
android:textColor="@color/text"
|
||||
android:text="By using this service, you agree to our Terms and Conditions and Privacy Statement" />
|
||||
android:text="By using this service, you agree to our Terms of Service and Privacy Policy" />
|
||||
|
||||
</LinearLayout>
|
@@ -55,17 +55,16 @@
|
||||
android:layout_marginRight="@dimen/massive_spacing"
|
||||
android:text="Continue" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/termsButton"
|
||||
<TextView
|
||||
android:id="@+id/termsTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/onboarding_button_bottom_offset"
|
||||
android:layout_marginLeft="@dimen/massive_spacing"
|
||||
android:layout_marginRight="@dimen/massive_spacing"
|
||||
android:gravity="center"
|
||||
android:background="@color/transparent"
|
||||
android:textAllCaps="false"
|
||||
android:textColorLink="@color/text"
|
||||
android:textSize="@dimen/very_small_font_size"
|
||||
android:textColor="@color/text"
|
||||
android:text="By using this service, you agree to our Terms and Conditions and Privacy Statement" />
|
||||
android:text="By using this service, you agree to our Terms of Service and Privacy Policy" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user