|
|
|
@ -13,7 +13,6 @@
|
|
|
|
|
android:id="@+id/tvCaption"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
|
android:text="@string/title_open_link"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -49,7 +48,6 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
|
android:text="@string/title_different_link"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
android:textColor="?attr/colorWarning"
|
|
|
|
@ -115,7 +113,6 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
|
android:text="@string/title_ip_owner"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -135,7 +132,6 @@
|
|
|
|
|
android:id="@+id/tvOwner"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:labelFor="@+id/etLink"
|
|
|
|
|
android:text="Cloudflare"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|