Commit 514b2cc0 authored by wanglei's avatar wanglei

Merge remote-tracking branch 'origin/master'

parents 322558b0 52585616
......@@ -8,8 +8,33 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginLeft="20dp"
android:layout_marginTop="14dp">
<ImageView
android:background="@mipmap/logo_notification_small"
android:layout_marginRight="6.5dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
android:includeFontPadding="false"
android:layout_height="wrap_content"
android:text="Al Browser &amp; Privacy"
android:textColor="#ff4e4e4e"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="18dp"
android:orientation="horizontal">
<ImageView
android:layout_width="52dp"
android:layout_height="52dp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment