Android应用中怎么实现一个图片预览缩放功能-创新互联

Android应用中怎么实现一个图片预览缩放功能?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。

成都创新互联凭借专业的设计团队扎实的技术支持、优质高效的服务意识和丰厚的资源优势,提供专业的网站策划、做网站、成都网站建设、网站优化、软件开发、网站改版等服务,在成都10多年的网站建设设计经验,为成都成百上千中小型企业策划设计了网站。

具体实现方法如下

<&#63;xml version="1.0" encoding="utf-8"&#63;> 
<LinearLayout 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" 
 android:orientation="vertical" 
 tools:context="com.cdxsc.imageselect_y.ImageSelecteActivity"> 
 
 <RelativeLayout 
 android:layout_width="match_parent" 
 android:layout_height="45dp" 
 android:background="@android:color/white"> 
 
 <ImageButton 
  android:id="@+id/ib_back" 
  android:layout_width="wrap_content" 
  android:layout_height="wrap_content" 
  android:layout_centerVertical="true" 
  android:layout_marginLeft="10dp" 
  android:background="@mipmap/action_bar_back_normal" /> 
 
 <TextView 
  android:layout_width="wrap_content" 
  android:layout_height="wrap_content" 
  android:layout_centerVertical="true" 
  android:layout_marginLeft="10dp" 
  android:layout_toRightOf="@id/ib_back" 
  android:text="选择图片" 
  android:textColor="#000" 
  android:textSize="16sp" /> 
 
 <TextView 
  android:id="@+id/tv_preview" 
  android:layout_width="wrap_content" 
  android:layout_height="wrap_content" 
  android:layout_alignParentRight="true" 
  android:layout_centerVertical="true" 
  android:layout_marginRight="10dp" 
  android:enabled="false" 
  android:text="预览" 
  android:textColor="#BEBFBF" 
  android:textSize="16sp" /> 
 </RelativeLayout> 
 
 <View 
 android:layout_width="match_parent" 
 android:layout_height="0.5dp" 
 android:background="#eeeeee" /> 
 
 <android.support.v7.widget.RecyclerView 
 android:id="@+id/rv" 
 android:layout_width="match_parent" 
 android:layout_height="0dp" 
 android:layout_weight="1"></android.support.v7.widget.RecyclerView> 
 
 <RelativeLayout 
 android:layout_width="match_parent" 
 android:layout_height="50dp"> 
 
 <TextView 
  android:id="@+id/tv_allPic" 
  android:layout_width="wrap_content" 
  android:layout_height="match_parent" 
  android:layout_centerVertical="true" 
  android:layout_marginLeft="10dp" 
  android:clickable="true" 
  android:gravity="center_vertical" 
  android:text="所有图片" 
  android:textColor="@android:color/black" 
  android:textSize="16sp" /> 
 
 <Button 
  android:id="@+id/bt_confirm" 
  android:layout_width="wrap_content" 
  android:layout_height="35dp" 
  android:layout_alignParentRight="true" 
  android:layout_centerVertical="true" 
  android:layout_marginRight="10dp" 
  android:background="@drawable/shape_disable" 
  android:enabled="false" 
  android:text="确定" 
  android:textColor="#676767" 
  android:textSize="16sp" /> 
 </RelativeLayout> 
</LinearLayout> 

名称栏目:Android应用中怎么实现一个图片预览缩放功能-创新互联
浏览路径:https://www.cdcxhl.com/article30/dpcgpo.html

成都网站建设公司_创新互联,为您提供全网营销推广电子商务网站排名网站内链手机网站建设移动网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都网站建设