圆角大小
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<solid android:color="#1F2131"/>
|
<solid android:color="#1F2131"/>
|
||||||
<corners android:radius="@dimen/dp_40"/>
|
<corners android:radius="@dimen/dp_21"/>
|
||||||
</shape>
|
</shape>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<corners android:radius="12px"/>
|
<corners android:radius="@dimen/dp_28"/>
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="270"
|
android:angle="270"
|
||||||
android:startColor="@android:color/transparent"
|
android:startColor="@android:color/transparent"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
android:paddingEnd="@dimen/dp_35"
|
android:paddingEnd="@dimen/dp_35"
|
||||||
android:text="出行动态"
|
android:text="出行动态"
|
||||||
android:textColor="@color/radiobutton_textcolor"
|
android:textColor="@color/radiobutton_textcolor"
|
||||||
android:textSize="@dimen/dp_40"
|
android:textSize="@dimen/dp_36"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
android:paddingEnd="@dimen/dp_35"
|
android:paddingEnd="@dimen/dp_35"
|
||||||
android:text="周边事件"
|
android:text="周边事件"
|
||||||
android:textColor="@color/radiobutton_textcolor"
|
android:textColor="@color/radiobutton_textcolor"
|
||||||
android:textSize="@dimen/dp_40" />
|
android:textSize="@dimen/dp_36" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="1px"
|
android:layout_width="1px"
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
android:paddingEnd="@dimen/dp_35"
|
android:paddingEnd="@dimen/dp_35"
|
||||||
android:text="我的分享"
|
android:text="我的分享"
|
||||||
android:textColor="@color/radiobutton_textcolor"
|
android:textColor="@color/radiobutton_textcolor"
|
||||||
android:textSize="@dimen/dp_40" />
|
android:textSize="@dimen/dp_36" />
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
|
||||||
<androidx.viewpager2.widget.ViewPager2
|
<androidx.viewpager2.widget.ViewPager2
|
||||||
@@ -92,10 +92,10 @@
|
|||||||
app:layout_constraintRight_toRightOf="parent"
|
app:layout_constraintRight_toRightOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@+id/rgTabSelect" />
|
app:layout_constraintTop_toTopOf="@+id/rgTabSelect" />
|
||||||
|
|
||||||
<!-- <View-->
|
<!-- <View-->
|
||||||
<!-- android:layout_width="match_parent"-->
|
<!-- android:layout_width="match_parent"-->
|
||||||
<!-- android:layout_height="58px"-->
|
<!-- android:layout_height="58px"-->
|
||||||
<!-- android:background="@drawable/v2x_shadow_shape_view"-->
|
<!-- android:background="@drawable/v2x_shadow_shape_view"-->
|
||||||
<!-- app:layout_constraintBottom_toBottomOf="parent" />-->
|
<!-- app:layout_constraintBottom_toBottomOf="parent" />-->
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<corners android:radius="12px"/>
|
<corners android:radius="@dimen/dp_21"/>
|
||||||
|
|
||||||
<gradient
|
<gradient
|
||||||
android:startColor="#B31F7EFF"
|
android:startColor="#B31F7EFF"
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<solid android:color="#DDDDDD"/>
|
<solid android:color="#DDDDDD"/>
|
||||||
<corners android:radius="@dimen/dp_40"/>
|
<corners android:radius="@dimen/dp_21"/>
|
||||||
|
|
||||||
</shape>
|
</shape>
|
||||||
Reference in New Issue
Block a user