双鸭山微信公众号代运营【双鸭山商城小程序开发】双鸭山微信公众号编辑排版设计_双鸭山微信小程序制作公司—双鸭山微信公众号小程序托管服务中心
商、周时期双鸭山地区为古代肃慎人的活动区域。
西汉中叶,肃慎易名挹娄。
南北朝北魏时挹娄改称勿吉,双鸭山地区属勿吉弗涅部。
隋代,黑龙江流域东部的勿吉改称靺鞨。
唐代,双鸭山地区属渤海国怀远府。
辽代,双鸭山地区属女真五国部。
金代,双鸭山地区属上京路下辖的胡里改路。
元代初期,双鸭山地区属辽阳行省开元路所辖,中期改归合兰府水达达路。
明代,双鸭山一带归属奴儿干都司弗提卫。
还有自定义Toast的布局以及圆角背景:
圆角背景:bg_toast.xml:
<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"> <!-- 设置透明背景色 --> <solid android:color="#BADB66" /> <!-- 设置一个黑色边框 --> <stroke android:width="1px" android:color="#FFFFFF" /> <!-- 设置四个圆角的半径 --> <corners android:bottomLeftRadius="50px" android:bottomRightRadius="50px" android:topLeftRadius="50px" android:topRightRadius="50px" /> <!-- 设置一下边距,让空间大一点 --> <padding android:bottom="5dp" android:left="5dp" android:right="5dp" android:top="5dp" /></shape>
布局文件:view_toast_custom.xml:
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/lly_toast" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_toast" android:orientation="horizontal"> <ImageView android:id="@+id/img_logo" android:layout_width="24dp" android:layout_height="24dp" android:layout_marginLeft="10dp" android:src="@mipmap/iv_lol_icon1" /> <TextView android:id="@+id/tv_msg" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:textSize="20sp" /></LinearLayout>
双鸭山微信公众号代运营【双鸭山商城小程序开发】双鸭山微信公众号编辑排版设计_双鸭山微信小程序制作公司—双鸭山微信公众号小程序托管服务中心