Skip to content

Commit

Permalink
edit loading dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuanjun committed Dec 21, 2015
1 parent 16f71de commit 20e3a1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified WeChat/bin/WeChat.apk
Binary file not shown.
Binary file modified WeChat/bin/resources.ap_
Binary file not shown.
10 changes: 6 additions & 4 deletions WeChat/res/layout/common_flipping_loading_diloag.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="60dp"
android:background="@drawable/bg_popwindow"
android:gravity="center_vertical"
android:orientation="horizontal"
android:background="@drawable/bg_common_toast" >
android:orientation="horizontal" >

<com.juns.wechat.widght.FlippingImageView.FlippingImageView
android:id="@+id/loadingdialog_fiv_icon"
android:layout_width="30dip"
android:layout_height="30dip"
android:layout_marginLeft="5dp"
android:src="@drawable/ic_logo_blue" />

<TextView
android:id="@+id/loadingdialog_htv_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_gravity="center_vertical"
android:layout_marginLeft="5dp"
android:layout_marginRight="10dp"
android:gravity="left|center"
android:textColor="@color/black"
android:textSize="14sp" />
Expand Down

0 comments on commit 20e3a1c

Please sign in to comment.