[add] 我的分享-图片资源
|
After Width: | Height: | Size: 700 B |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 561 B |
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -9,7 +9,7 @@
|
||||
android:layout_height="116.4px"
|
||||
android:layout_marginTop="30px"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/amap_ride" />
|
||||
android:src="@drawable/icon_share_empty" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/share_event_null_des"
|
||||
|
||||
@@ -49,15 +49,14 @@
|
||||
android:textSize="18px" />
|
||||
|
||||
|
||||
<ImageView
|
||||
<com.mogo.module.v2x.view.HeartUnLikeView
|
||||
android:id="@+id/road_case_useless"
|
||||
android:layout_width="44px"
|
||||
android:layout_height="44px"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_toLeftOf="@id/road_case_useless_num"
|
||||
android:gravity="center"
|
||||
android:paddingRight="5px"
|
||||
android:src="@drawable/amap_bus" />
|
||||
android:paddingRight="5px" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/road_case_useful_num"
|
||||
@@ -71,14 +70,13 @@
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="18px" />
|
||||
|
||||
<ImageView
|
||||
<com.mogo.module.v2x.view.HeartLikeView
|
||||
android:id="@+id/road_case_uselful"
|
||||
android:layout_width="44px"
|
||||
android:layout_height="44px"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_toLeftOf="@id/road_case_useful_num"
|
||||
android:paddingRight="5px"
|
||||
android:src="@drawable/amap_ride" />
|
||||
android:paddingRight="5px" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/road_case_address"
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
</declare-styleable>
|
||||
|
||||
<style name="customRatingBarStyle" parent="@style/Widget.AppCompat.RatingBar">
|
||||
<item name="android:minHeight">17px</item>
|
||||
<item name="android:maxHeight">17px</item>
|
||||
<item name="android:maxWidth">15.4px</item>
|
||||
<item name="android:minWidth">15.4px</item>
|
||||
<item name="android:minHeight">18px</item>
|
||||
<item name="android:maxHeight">18px</item>
|
||||
<item name="android:maxWidth">16px</item>
|
||||
<item name="android:minWidth">16px</item>
|
||||
<item name="android:spacing">3.7px</item>
|
||||
<item name="android:numStars">5</item>
|
||||
<item name="android:rating">1</item>
|
||||
|
||||