|
|
|
|
@ -103,22 +103,21 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pay_annually"
|
|
|
|
|
tools:text="@string/back"/>
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
android:id="@+id/sponsor"
|
|
|
|
|
style="@style/OutlineButton"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/github_sponsor"
|
|
|
|
|
android:textColor="@color/text_secondary"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
app:icon="@drawable/ic_outline_favorite_border_24px"
|
|
|
|
|
app:iconTint="@color/github_sponsor"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pay_annually"/>
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
android:id="@+id/sponsor"
|
|
|
|
|
style="@style/OutlineButton"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:text="@string/github_sponsor"
|
|
|
|
|
android:textColor="@color/text_secondary"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible"
|
|
|
|
|
app:icon="@drawable/ic_outline_favorite_border_24px"
|
|
|
|
|
app:iconTint="@color/github_sponsor"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|