Changes of com.discord v862

This commit is contained in:
root 2019-03-22 23:04:12 +01:00
parent eb196dcc90
commit d0549c74ce
2187 changed files with 19083 additions and 18405 deletions

View file

@ -2,6 +2,6 @@
<LinearLayout android:gravity="center" android:layout_gravity="center" android:paddingLeft="@dimen/uikit_spacing_xlarge" android:paddingTop="@dimen/uikit_spacing_xlarge" android:paddingRight="@dimen/uikit_spacing_xlarge" android:paddingBottom="@dimen/uikit_spacing_medium" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/premium_upsell_img" android:layout_height="80.0dip" android:adjustViewBounds="true" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<TextView android:textSize="18.0dip" android:textColor="@color/primary_100" android:gravity="center_horizontal" android:id="@id/premium_upsell_header" android:layout_marginTop="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
<TextView android:textSize="14.0dip" android:textColor="@color/primary_300" android:gravity="center_horizontal" android:id="@id/premium_upsell_body" android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.TextView" />
<TextView android:textSize="18.0dip" android:textColor="@color/primary_100" android:gravity="center_horizontal" android:id="@id/premium_upsell_header" android:layout_marginTop="@dimen/uikit_spacing_large" android:lineSpacingMultiplier="1.0" style="@style/UiKit.TextView" />
<TextView android:textSize="14.0dip" android:textColor="@color/primary_300" android:gravity="center_horizontal" android:id="@id/premium_upsell_body" android:layout_marginTop="@dimen/uikit_spacing_medium" android:lineSpacingMultiplier="1.0" style="@style/UiKit.TextView" />
</LinearLayout>