Use same style for empy chatlist/contactlist/history
This commit is contained in:
parent
e1710dee4a
commit
4dc2d80ebf
2 changed files with 13 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
|||
<RelativeLayout
|
||||
android:id="@+id/top_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_gravity="top"
|
||||
android:background="@color/colorF">
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
android:layout_width="70dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:padding="15dp"/>
|
||||
android:padding="12dp"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/back_in_call"
|
||||
|
@ -28,7 +28,7 @@
|
|||
android:background="@drawable/toolbar_button"
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="15dp"
|
||||
android:padding="12dp"
|
||||
android:visibility="gone"
|
||||
android:layout_toRightOf="@+id/new_discussion"/>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
android:layout_width="70dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
android:padding="15dp"/>
|
||||
android:padding="12dp"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<include layout="@layout/edit_list"/>
|
||||
|
@ -55,12 +55,11 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/noChatHistory"
|
||||
android:text="@string/no_chat_history"
|
||||
style="@style/font6"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:text="@string/no_chat_history"
|
||||
android:textColor="@color/colorB"
|
||||
android:textAppearance="@android:style/TextAppearance.Large"/>
|
||||
android:gravity="center"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -137,25 +137,23 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/noSipContact"
|
||||
android:text="@string/no_sip_contact"
|
||||
style="@style/font6"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/no_sip_contact"
|
||||
android:textColor="@color/colorB"
|
||||
android:textAppearance="@android:style/TextAppearance.Large"/>
|
||||
android:layout_centerVertical="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/noContact"
|
||||
android:text="@string/no_contact"
|
||||
android:visibility="gone"
|
||||
style="@style/font6"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/no_contact"
|
||||
android:textColor="@color/colorB"
|
||||
android:textAppearance="@android:style/TextAppearance.Large"/>
|
||||
android:layout_centerVertical="true"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue