Android的UI和交互是很重要的一部分,直接影響到用戶對軟件的體驗。隨著項目經驗的積累,發現Android中動畫的運用越來越重要。本篇文章抽出了項目登錄界面中實現的第三方登錄,用戶可以上拉展開,下拉隱藏第三方登錄這么一個效果,提高用戶和軟件的交互性。
成都創新互聯長期為成百上千家客戶提供的網站建設服務,團隊從業經驗10年,關注不同地域、不同群體,并針對不同對象提供差異化的產品和服務;打造開放共贏平臺,與合作伙伴共同營造健康的互聯網生態環境。為昂仁企業提供專業的成都網站建設、成都網站制作,昂仁網站改版等技術服務。擁有10年豐富建站經驗和眾多成功案例,為您定制開發。實現效果:
(1)activity_main.xml
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.example.propertyanimation.MainActivity"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:orientation="vertical"> <RelativeLayout android:id="@+id/re_ControlshowhideView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:orientation="vertical"> <RelativeLayout android:id="@+id/re_showarrowhead" android:layout_width="match_parent" android:layout_height="wrap_content"> <View android:layout_width="match_parent" android:layout_height="0.1dp" android:layout_marginLeft="12dp" android:layout_marginRight="12dp" android:layout_marginTop="17dip" android:background="#dadada" /> <ImageView android:id="@+id/arrowhead" android:layout_width="30dip" android:layout_height="30dip" android:layout_centerInParent="true" android:src="@drawable/jiantoubelow" /> </RelativeLayout> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/re_showarrowhead" android:layout_marginTop="10dp" android:gravity="center" android:text="-其他登錄方式-" /> </RelativeLayout> <RelativeLayout android:id="@+id/showhideView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/re_ControlshowhideView" android:gravity="center" android:visibility="gone" android:orientation="vertical"> <Button android:id="@+id/btn_qq" android:layout_width="40dp" android:layout_height="57.5dp" android:layout_gravity="center_vertical" android:layout_marginLeft="10dp" android:background="@drawable/qqlogin" android:clickable="true" android:gravity="center" android:paddingLeft="10dp" android:textSize="16sp" /> <Button android:id="@+id/btn_weixin" android:layout_width="40dp" android:layout_height="57.5dp" android:layout_gravity="center_vertical" android:layout_marginLeft="10dp" android:layout_toRightOf="@+id/btn_qq" android:background="@drawable/weixinlogin" android:clickable="true" android:gravity="center" android:paddingLeft="10dp" android:textSize="16sp" /> </RelativeLayout> </RelativeLayout> </RelativeLayout>
網頁標題:Android實現第三方登錄的上拉展開,下拉隱藏,下拉隱藏示例-創新互聯
瀏覽地址:http://vcdvsql.cn/article32/ddhhpc.html
成都網站建設公司_創新互聯,為您提供虛擬主機、網站排名、網站內鏈、企業建站、品牌網站制作、外貿網站建設
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯