Commit aa3e9db3 authored by fallenstardust's avatar fallenstardust

通知栏布局

parent e171fc21
......@@ -6,18 +6,19 @@
<ImageView
android:id="@+id/imageViewIcon"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="2dp"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center|right"
android:padding="5dp"
android:src="@drawable/ic_icon" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp">
android:layout_marginBottom="5dp"
android:orientation="vertical"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
......@@ -35,10 +36,12 @@
android:textSize="10sp" />
</LinearLayout>
<Button
<TextView
android:id="@+id/buttonStopService"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_gravity="center|right"
android:text="@string/search_close"
android:gravity="center"
android:textColor="@color/colorAccent" />
</LinearLayout>
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