iis服务器助手广告广告
返回顶部
首页 > 资讯 > 精选 >Android实现QQ图片说说照片选择效果
  • 400
分享到

Android实现QQ图片说说照片选择效果

android照片选择 2023-05-30 19:05:25 400人浏览 八月长安
摘要

本文实例为大家分享了Android实现QQ图片说说照片选择的具体代码,供大家参考,具体内容如下效果展示布局文件布局是很简单的,一个GridView,直接上布局:layout/activity_add_photo.xml<?xm

本文实例为大家分享了Android实现QQ图片说说照片选择的具体代码,供大家参考,具体内容如下

效果展示

Android实现QQ图片说说照片选择效果布局文件

布局是很简单的,一个GridView,直接上布局:

layout/activity_add_photo.xml

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="Http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <RelativeLayout  android:layout_width="match_parent"  android:layout_height="60dp"  android:background="#00BB9C">  <TextView   android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:layout_centerInParent="true"   android:text="写动态"   android:textAppearance="?android:attr/textAppearanceLarge"   android:textColor="@android:color/white" />  <TextView   android:id="@+id/send"   android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:layout_alignParentRight="true"   android:layout_centerVertical="true"   android:layout_marginRight="10dp"   android:text="发送"   android:textAppearance="?android:attr/textAppearanceLarge"   android:textColor="@android:color/white" /> </RelativeLayout> <LinearLayout  android:layout_width="match_parent"  android:layout_height="match_parent"  android:layout_margin="16dp"  android:orientation="vertical">  <EditText   android:layout_width="match_parent"   android:layout_height="100dp"   android:enabled="false"   android:focusable="false"   android:gravity="top"   android:hint="分享您的那点新鲜事儿..."   android:maxLines="5" />  <LinearLayout   android:layout_width="match_parent"   android:layout_height="match_parent"   android:padding="5dp">   <GridView    android:id="@+id/gridview"    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:numColumns="4" />  </LinearLayout>   </LinearLayout></LinearLayout>

--结束END--

本文标题: Android实现QQ图片说说照片选择效果

本文链接: https://www.lsjlt.com/news/220490.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作