mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
purchase gem spacing
This commit is contained in:
parent
be7d5f9a5d
commit
03178b0ef1
2 changed files with 7 additions and 2 deletions
|
|
@ -287,7 +287,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:paddingStart="41dp"
|
||||
android:paddingEnd="41dp"
|
||||
android:paddingBottom="30dp"
|
||||
android:paddingTop="70dp"
|
||||
android:text="@string/gem_purchase_title"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
|
@ -296,6 +295,12 @@
|
|||
android:textColor="@color/white"
|
||||
style="@style/Caption2"
|
||||
android:drawablePadding="@dimen/spacing_medium" />
|
||||
<View
|
||||
android:id="@+id/bottom_spacing"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="30dp"
|
||||
android:background="@color/red_5"/>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ class GemsPurchaseFragment : BaseFragment<FragmentGemPurchaseBinding>() {
|
|||
}
|
||||
loadInventory()
|
||||
|
||||
binding?.supportTextView?.let {
|
||||
binding?.bottomSpacing?.let {
|
||||
val paddingBottom = it.paddingBottom
|
||||
ViewCompat.setOnApplyWindowInsetsListener(it) { v, insets ->
|
||||
val bars = insets.getInsets(
|
||||
|
|
|
|||
Loading…
Reference in a new issue