添加EntranceFragment,分享,音乐,TipToast的黑夜白天模式,部分细节需再调整
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 967 B |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 967 B |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -3,7 +3,7 @@
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size android:width="@dimen/dp_160" android:height="@dimen/dp_160" />
|
||||
<gradient android:startColor="#474C6F" android:endColor="#353956" android:angle="-90"/>
|
||||
<gradient android:startColor="#FF3C426B" android:endColor="#FF52577C" android:angle="-45"/>
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -22,149 +22,258 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/share_module_title_margin_top"
|
||||
android:text="我要分享"
|
||||
android:textColor="@color/module_share_dialog_title_text_color"
|
||||
android:drawableLeft="@drawable/module_share_title_icon_left"
|
||||
android:drawableRight="@drawable/module_share_title_icon_right"
|
||||
android:drawablePadding="@dimen/dp_40"
|
||||
android:text="我要分享"
|
||||
android:textColor="@color/module_share_dialog_title_text_color"
|
||||
android:textSize="@dimen/share_module_title_content"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintEnd_toEndOf="@+id/vBg"
|
||||
app:layout_constraintStart_toStartOf="@+id/vBg"
|
||||
app:layout_constraintTop_toTopOf="@+id/vBg" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivBlock"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginStart="@dimen/share_module_btn_margin_left_right"
|
||||
android:layout_marginTop="@dimen/share_module_first_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_block_up"
|
||||
app:layout_constraintHorizontal_chainStyle="spread_inside"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/vBg"
|
||||
app:layout_constraintRight_toLeftOf="@+id/ivTrafficCheck"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btn_share_title" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivTrafficCheck"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_traffic_check"
|
||||
app:layout_constraintLeft_toRightOf="@id/ivBlock"
|
||||
app:layout_constraintRight_toLeftOf="@+id/ivClosure"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivBlock" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivClosure"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_road_closure"
|
||||
app:layout_constraintLeft_toRightOf="@+id/ivTrafficCheck"
|
||||
app:layout_constraintRight_toLeftOf="@+id/ivAccident"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivBlock" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivAccident"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_accident"
|
||||
app:layout_constraintLeft_toRightOf="@+id/ivClosure"
|
||||
app:layout_constraintRight_toLeftOf="@+id/ivConstruction"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivBlock" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivConstruction"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginEnd="@dimen/share_module_btn_margin_left_right"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_road_construction"
|
||||
app:layout_constraintLeft_toRightOf="@+id/ivAccident"
|
||||
app:layout_constraintRight_toRightOf="@+id/vBg"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivBlock" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivRealTimeTraffic"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_real_time_traffic"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/ivBlock"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvBlock" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivSeekHelp"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_seek_help"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/ivTrafficCheck"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvTrafficCheck" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivStagnantWater"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_stagnant_water"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/ivClosure"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvClosure" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivRoadIcy"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_road_icy"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/ivAccident"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvAccident" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivDenseFog"
|
||||
android:layout_width="@dimen/share_module_image_width"
|
||||
android:layout_height="@dimen/share_module_image_width"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:background="@drawable/module_share_btn_bg"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/share_dense_fog"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/ivConstruction"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvConstruction" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvBlock"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_block_up"
|
||||
android:text="拥堵"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
app:layout_constraintHorizontal_chainStyle="spread_inside"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btn_share_title"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tvTrafficCheck"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/vBg"
|
||||
android:layout_marginStart="@dimen/share_module_btn_margin_left_right"
|
||||
android:layout_marginTop="@dimen/share_module_first_btn_margin_top"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="拥堵"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivBlock"
|
||||
app:layout_constraintRight_toRightOf="@id/ivBlock"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivBlock" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvTrafficCheck"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_traffic_check"
|
||||
android:text="交通检查"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvBlock"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvBlock"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tvClosure"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="交通检查"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivTrafficCheck"
|
||||
app:layout_constraintRight_toRightOf="@id/ivTrafficCheck"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivTrafficCheck" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvClosure"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_road_closure"
|
||||
android:text="封路"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvBlock"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tvTrafficCheck"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tvAccident"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="封路"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivClosure"
|
||||
app:layout_constraintRight_toRightOf="@id/ivClosure"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivClosure" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvAccident"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_accident"
|
||||
android:text="事故"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvBlock"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tvClosure"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tvConstruction"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="事故"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivAccident"
|
||||
app:layout_constraintRight_toRightOf="@id/ivAccident"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivAccident" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvConstruction"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_road_construction"
|
||||
android:text="施工"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvBlock"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tvAccident"
|
||||
app:layout_constraintRight_toRightOf="@+id/vBg"
|
||||
android:layout_marginEnd="@dimen/share_module_btn_margin_left_right"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="施工"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivConstruction"
|
||||
app:layout_constraintRight_toRightOf="@id/ivConstruction"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivConstruction" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvRealTimeTraffic"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_real_time_traffic"
|
||||
android:text="实时路况"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvBlock"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tvBlock"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="实时路况"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivRealTimeTraffic"
|
||||
app:layout_constraintRight_toRightOf="@id/ivRealTimeTraffic"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivRealTimeTraffic" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvSeekHelp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_seek_help"
|
||||
android:text="故障求助"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvTrafficCheck"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tvTrafficCheck"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="故障求助"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivSeekHelp"
|
||||
app:layout_constraintRight_toRightOf="@id/ivSeekHelp"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivSeekHelp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvStagnantWater"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_stagnant_water"
|
||||
android:text="道路积水"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvClosure"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tvClosure"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="道路积水"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivStagnantWater"
|
||||
app:layout_constraintRight_toRightOf="@id/ivStagnantWater"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivStagnantWater" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvRoadIcy"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_road_icy"
|
||||
android:text="道路结冰"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvAccident"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tvAccident"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="道路结冰"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivRoadIcy"
|
||||
app:layout_constraintRight_toRightOf="@id/ivRoadIcy"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivRoadIcy" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvDenseFog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableTop="@drawable/share_dense_fog"
|
||||
android:text="浓雾"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvConstruction"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tvConstruction"
|
||||
android:layout_marginTop="@dimen/share_module_sec_btn_margin_top"
|
||||
android:layout_marginTop="@dimen/share_module_drawable_padding"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/share_module_drawable_padding" />
|
||||
android:text="浓雾"
|
||||
android:textColor="@color/module_share_dialog_icon_text_color"
|
||||
android:textSize="@dimen/share_module_btn_text_size"
|
||||
app:layout_constraintLeft_toLeftOf="@id/ivDenseFog"
|
||||
app:layout_constraintRight_toRightOf="@id/ivDenseFog"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivDenseFog" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -8,7 +8,7 @@
|
||||
<dimen name="share_module_first_margin_left">100px</dimen>
|
||||
<dimen name="share_module_margin_left">118px</dimen>
|
||||
<dimen name="share_module_tv_margin_top">15px</dimen>
|
||||
<dimen name="share_module_image_width">85px</dimen>
|
||||
<dimen name="share_module_image_width">88px</dimen>
|
||||
<dimen name="share_module_image_width_second">110px</dimen>
|
||||
<dimen name="share_module_bottom_margin_top">28px</dimen>
|
||||
<dimen name="share_module_first_btn_margin_top">42.6px</dimen>
|
||||
|
||||