[add] 面板关闭按钮
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -2,9 +2,7 @@
|
||||
<item>
|
||||
<shape>
|
||||
<corners android:radius="@dimen/module_v2x_panel_cor" />
|
||||
<gradient android:angle="135"
|
||||
android:endColor="#2E3141"
|
||||
android:startColor="#3F435F" />
|
||||
<gradient android:startColor="#FF2E3141" android:endColor="#FF3F435F" android:angle="0" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -84,7 +84,7 @@
|
||||
android:layout_width="@dimen/dp_88"
|
||||
android:layout_height="@dimen/dp_88"
|
||||
android:layout_marginRight="28px"
|
||||
android:background="@drawable/icon_window_close"
|
||||
android:background="@drawable/v2x_panel_close"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/rgTabSelect"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/rgTabSelect" />
|
||||
|
||||
@@ -50,5 +50,5 @@
|
||||
<dimen name="module_v2x_surrounding_top_textsize">18px</dimen>
|
||||
<dimen name="module_v2x_surrounding_item_bottom_left_textsize">20px</dimen>
|
||||
<dimen name="module_v2x_surrounding_item_bottom_right_textsize">16px</dimen>
|
||||
|
||||
<dimen name="module_v2x_panel_cor">30px</dimen>
|
||||
</resources>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<dimen name="module_v2x_surrounding_item_bottom_right_textsize">16px</dimen>
|
||||
<dimen name="module_v2x_des_index_width">16px</dimen>
|
||||
<dimen name="module_v2x_des_index_height">4px</dimen>
|
||||
<dimen name="module_v2x_panel_cor">30px</dimen>
|
||||
<dimen name="module_v2x_panel_cor">16px</dimen>
|
||||
<dimen name="module_v2x_panel_width">120px</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 749 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -2,9 +2,7 @@
|
||||
<item>
|
||||
<shape>
|
||||
<corners android:radius="@dimen/dp_40" />
|
||||
<gradient android:angle="135"
|
||||
android:endColor="#FFFFFF"
|
||||
android:startColor="#F5F5F5" />
|
||||
<gradient android:startColor="#FFFFFFFF" android:endColor="#E5F5F5F5" android:angle="0" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user