fix [消息页面按钮与ui不一致]
This commit is contained in:
parent
b3aed71dd6
commit
4451403f46
@ -191,6 +191,7 @@ public class OpenAdManager {
|
|||||||
if (model.getShowModel() == OpenAdModel.SHOW_DIY) {
|
if (model.getShowModel() == OpenAdModel.SHOW_DIY) {
|
||||||
String nextTime= String.valueOf(System.currentTimeMillis() + (Long.parseLong(model.getSection()) * 60 * 1000));
|
String nextTime= String.valueOf(System.currentTimeMillis() + (Long.parseLong(model.getSection()) * 60 * 1000));
|
||||||
SpUtil.setStringValue("open_ad_popup_time_" + model.getId(), nextTime);
|
SpUtil.setStringValue("open_ad_popup_time_" + model.getId(), nextTime);
|
||||||
|
Log.i(TAG, "run: 下一次展示时间:"+nextTime+" | "+model.getSection());
|
||||||
showMap.remove(model.getId());
|
showMap.remove(model.getId());
|
||||||
}
|
}
|
||||||
if (model.getModel() == OpenAdModel.MODEL_BOTTOM) {
|
if (model.getModel() == OpenAdModel.MODEL_BOTTOM) {
|
||||||
|
@ -142,54 +142,7 @@
|
|||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<RelativeLayout
|
|
||||||
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="110dp"
|
|
||||||
android:layout_weight="1">
|
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/img_system_messages"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="70dp"
|
|
||||||
android:layout_alignBottom="@+id/tv_system_messages"
|
|
||||||
android:layout_alignParentStart="true"
|
|
||||||
android:layout_alignParentEnd="true"
|
|
||||||
android:layout_marginBottom="20dp"
|
|
||||||
android:src="@mipmap/ic_msg_interaction" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/tv_system_messages"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_alignParentStart="true"
|
|
||||||
android:layout_alignParentEnd="true"
|
|
||||||
android:layout_alignParentBottom="true"
|
|
||||||
android:gravity="center"
|
|
||||||
android:maxLines="1"
|
|
||||||
android:text="@string/activity_msg_system_message"
|
|
||||||
android:textColor="#333333"
|
|
||||||
android:textSize="13sp"
|
|
||||||
app:autoSizeMaxTextSize="13sp"
|
|
||||||
app:autoSizeMinTextSize="5sp"
|
|
||||||
app:autoSizeStepGranularity="1sp"
|
|
||||||
app:autoSizeTextType="uniform" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/text_system_messages"
|
|
||||||
android:layout_width="20dp"
|
|
||||||
android:layout_height="20dp"
|
|
||||||
android:layout_alignParentEnd="true"
|
|
||||||
android:layout_marginTop="15dp"
|
|
||||||
android:layout_marginEnd="17dp"
|
|
||||||
android:background="@drawable/background_system_message"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="7"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
android:textSize="12sp"
|
|
||||||
android:visibility="gone" />
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
@ -203,8 +156,10 @@
|
|||||||
android:layout_alignBottom="@+id/tv_news_interaction"
|
android:layout_alignBottom="@+id/tv_news_interaction"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_marginBottom="20dp"
|
android:layout_marginStart="17dp"
|
||||||
android:src="@mipmap/ic_msg_message" />
|
android:layout_marginEnd="17dp"
|
||||||
|
android:layout_marginBottom="19dp"
|
||||||
|
android:src="@mipmap/ic_msg_interaction" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_news_interaction"
|
android:id="@+id/tv_news_interaction"
|
||||||
@ -238,6 +193,55 @@
|
|||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
<RelativeLayout
|
||||||
|
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="110dp"
|
||||||
|
android:layout_weight="1">
|
||||||
|
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/img_system_messages"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="70dp"
|
||||||
|
android:layout_alignBottom="@+id/tv_system_messages"
|
||||||
|
android:layout_alignParentStart="true"
|
||||||
|
android:layout_alignParentEnd="true"
|
||||||
|
android:layout_marginBottom="20dp"
|
||||||
|
android:src="@mipmap/ic_msg_message" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/tv_system_messages"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_alignParentStart="true"
|
||||||
|
android:layout_alignParentEnd="true"
|
||||||
|
android:layout_alignParentBottom="true"
|
||||||
|
android:gravity="center"
|
||||||
|
android:maxLines="1"
|
||||||
|
android:text="@string/activity_msg_system_message"
|
||||||
|
android:textColor="#333333"
|
||||||
|
android:textSize="13sp"
|
||||||
|
app:autoSizeMaxTextSize="13sp"
|
||||||
|
app:autoSizeMinTextSize="5sp"
|
||||||
|
app:autoSizeStepGranularity="1sp"
|
||||||
|
app:autoSizeTextType="uniform" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/text_system_messages"
|
||||||
|
android:layout_width="20dp"
|
||||||
|
android:layout_height="20dp"
|
||||||
|
android:layout_alignParentEnd="true"
|
||||||
|
android:layout_marginTop="15dp"
|
||||||
|
android:layout_marginEnd="17dp"
|
||||||
|
android:background="@drawable/background_system_message"
|
||||||
|
android:gravity="center"
|
||||||
|
android:text="7"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
android:textSize="12sp"
|
||||||
|
android:visibility="gone" />
|
||||||
|
</RelativeLayout>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="110dp"
|
android:layout_height="110dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user