修改‘其他’页面的接口
This commit is contained in:
5
app/src/main/res/drawable/ic_baseline_add_alert.xml
Normal file
5
app/src/main/res/drawable/ic_baseline_add_alert.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#F6F4F4"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M10.01,21.01c0,1.1 0.89,1.99 1.99,1.99s1.99,-0.89 1.99,-1.99h-3.98zM18.88,16.82L18.88,11c0,-3.25 -2.25,-5.97 -5.29,-6.69v-0.72C13.59,2.71 12.88,2 12,2s-1.59,0.71 -1.59,1.59v0.72C7.37,5.03 5.12,7.75 5.12,11v5.82L3,18.94L3,20h18v-1.06l-2.12,-2.12zM16,13.01h-3v3h-2v-3L8,13.01L8,11h3L11,8h2v3h3v2.01z"/>
|
||||
</vector>
|
||||
11
app/src/main/res/drawable/small_bell_text.xml
Normal file
11
app/src/main/res/drawable/small_bell_text.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!--<corners android:radius="50dp"/>-->
|
||||
<!-- <solid android:color="@color/colorRed"/>-->
|
||||
<corners android:radius="180dip" />
|
||||
<solid android:color="#FF0000" />
|
||||
<padding
|
||||
android:left="4dip"
|
||||
android:right="4dip" />
|
||||
|
||||
</shape>
|
||||
@@ -35,15 +35,23 @@
|
||||
</com.tencent.tencentmap.mapsdk.maps.MapView>
|
||||
<ImageView
|
||||
android:id="@+id/iv_message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:background="@drawable/fuwu"
|
||||
android:background="@drawable/ic_baseline_add_alert"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
</ImageView>
|
||||
<!-- <TextView-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:text="10"-->
|
||||
<!-- android:background="@drawable/small_bell_text"-->
|
||||
<!-- android:textColor="@color/white"-->
|
||||
<!-- app:layout_constraintTop_toTopOf="@+id/iv_message"-->
|
||||
<!-- app:layout_constraintLeft_toRightOf="@+id/iv_message"/>-->
|
||||
<FrameLayout
|
||||
android:id="@+id/frame_layout"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
<color name="colorHui">#95CAF6</color>
|
||||
<color name="colorRed">#F44236</color>
|
||||
<color name="colorText">#87CDF6</color>
|
||||
<color name="colorRead">#ED1931</color>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user