Thứ Năm, 16 tháng 8, 2018

Status Bar 1 dòng 30 dip thời tiết ở giữa

Status Bar 1 dòng 30 dip thời tiết ở giữa

demo:
chia sẻ bởi: Thau Danh
Cộng Đồng Mod Android Trên Facebook
fb.me/groups/mod.android
cắt dán vào vị trí đã ghi nhé
id/clock chỉnh 0dip nhé

<FrameLayout
 
 android:layout_height="30dp"
 android:layout_width="match_parent">

 <LinearLayout
  android:layout_height="match_parent"
  android:layout_width="match_parent"
  android:orientation="horizontal"
  android:gravity="center">

  <LinearLayout
   android:layout_height="wrap_content"
   android:layout_width="match_parent"
   android:orientation="horizontal"
   android:layout_weight="1.0"
   android:gravity="right|center">

   <LinearLayout
    android:layout_height="20dp"
    android:layout_width="match_parent"
    android:orientation="horizontal"
    android:background="@drawable/khungtron"
    android:gravity="center"
    android:layout_weight="1.0">



pin rung

   </LinearLayout>

   <LinearLayout
    android:layout_height="10dp"
    android:layout_width="10dp"
    android:orientation="horizontal"
    android:background="@drawable/vongtron"/>

  </LinearLayout>

  <LinearLayout
   android:layout_height="30dp"
   android:layout_width="30dp"
   android:orientation="horizontal"
   android:background="@drawable/vongtron"
   android:gravity="center">

      <com.petrux.ui.PetrUXGreetingImage
    android:layout_width="26.0dip"
    android:layout_height="26.0dip"
    android:singleLine="true"/>

  </LinearLayout>

  <LinearLayout
   android:layout_height="wrap_content"
   android:layout_width="match_parent"
   android:orientation="horizontal"
   android:layout_weight="1.0"
   android:gravity="left|center">

   <LinearLayout
    android:layout_height="10dp"
    android:layout_width="10dp"
    android:orientation="horizontal"
    android:background="@drawable/vongtron"/>

   <LinearLayout
    android:layout_height="20dp"
    android:layout_width="match_parent"
    android:orientation="horizontal"
    android:background="@drawable/khungtron"
    android:gravity="center"
    android:layout_weight="1.0">





sóng.... thông báo

   </LinearLayout>

  </LinearLayout>

 </LinearLayout>

</FrameLayout>


stt3 1 dòng 30 dip thời tiết ở giữa.zip
Đàm Minh Giang File Size 2 MB
Cộng Đồng Mod Android Trên Facebook