您好,登錄后才能下訂單哦!
這篇文章跟大家分析一下“仿照qq界面接收短信的界面效果圖的示例代碼怎么寫”。內容詳細易懂,對“仿照qq界面接收短信的界面效果圖的示例代碼怎么寫”感興趣的朋友可以跟著小編的思路慢慢深入來閱讀一下,希望閱讀后能夠對大家有所幫助。下面跟著小編一起深入學習“仿照qq界面接收短信的界面效果圖的示例代碼怎么寫”的知識吧。
我這個布局主要采用Relativelayout實現的,因為RelativeLayou是一個用于設計用戶界面的強大工具,因為它能消除嵌套視圖組和保持我們布局為扁平結構,這可以提高運行時性能。如果我們采用了多個嵌套的LinearLayout組,我們應該采用一個單獨的RelativeLayout來替代。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_white"
android:orientation="vertical" >
<ImageView
android:id="@+id/img_head_portrait"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_margin="@dimen/ten"
android:src="@drawable/pic_avatar_tom3" />
<TextView
android:id="@+id/txt_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/ten"
android:layout_toRightOf="@+id/img_head_portrait"
android:text="@string/liuqiangdong"
android:textColor="@color/color_dark_black"
android:textSize="@dimen/fifteen" />
<TextView
android:id="@+id/txt_talk_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/txt_name"
android:layout_marginTop="@dimen/fifteen"
android:layout_toRightOf="@+id/img_head_portrait"
android:text="劉強東投資人約談"
android:textColor="@color/color_search" />
<TextView
android:id="@+id/txt_talk_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="@dimen/ten"
android:layout_marginTop="@dimen/ten"
android:text="11:10"
android:textColor="@color/color_search" />
<TextView
android:id="@+id/txt_talk_num"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_below="@+id/txt_talk_time"
android:layout_marginRight="@dimen/ten"
android:layout_marginTop="@dimen/ten"
android:background="@drawable/ico_remind"
android:text="1"
android:gravity="center"
android:textColor="@color/color_white" />
</RelativeLayout>
關于仿照qq界面接收短信的界面效果圖的示例代碼怎么寫就分享到這里啦,希望上述內容能夠讓大家有所提升。如果想要學習更多知識,請大家多多留意小編的更新。謝謝大家關注一下億速云網站!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。