基本信息
源码名称:高仿iOS ActionSheet控件.rar
源码大小:2.47M
文件格式:.rar
开发语言:Java
更新时间:2022-01-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
高仿iOS ActionSheet控件.rar

.
├── 144618zrnne50cz523443t.png
├── 144652plnfps44hh2wdogt.png
├── 144700rhn4zhulu2nu7lbi.gif
├── JavaApk源码说明.txt
├── iOSActionSheetDemo
│   ├── AndroidManifest.xml
│   ├── assets
│   ├── bin
│   │   ├── AndroidManifest.xml
│   │   ├── classes
│   │   │   └── com
│   │   │       └── itau
│   │   │           └── actionsheet
│   │   │               ├── ActionSheet$1.class
│   │   │               ├── ActionSheet$2.class
│   │   │               ├── ActionSheet$OnActionSheetSelected.class
│   │   │               ├── ActionSheet.class
│   │   │               ├── BuildConfig.class
│   │   │               ├── MainActivity$1.class
│   │   │               ├── MainActivity.class
│   │   │               ├── R$anim.class
│   │   │               ├── R$attr.class
│   │   │               ├── R$color.class
│   │   │               ├── R$dimen.class
│   │   │               ├── R$drawable.class
│   │   │               ├── R$id.class
│   │   │               ├── R$layout.class
│   │   │               ├── R$menu.class
│   │   │               ├── R$string.class
│   │   │               ├── R$style.class
│   │   │               └── R.class
│   │   ├── classes.dex
│   │   ├── dexedLibs
│   │   │   ├── android-support-v4-778e4778e120e3a4dcdc5f60a927c69f.jar
│   │   │   └── annotations-8e8a8cba89dca87b009e1c1f8264d388.jar
│   │   ├── iOSActionSheetDemo.apk
│   │   ├── res
│   │   │   └── crunch
│   │   │       ├── drawable-hdpi
│   │   │       │   └── ic_launcher.png
│   │   │       ├── drawable-mdpi
│   │   │       │   └── ic_launcher.png
│   │   │       ├── drawable-xhdpi
│   │   │       │   ├── actionsheet_bottom_normal.9.png
│   │   │       │   ├── actionsheet_bottom_pressed.9.png
│   │   │       │   ├── actionsheet_middle_normal.9.png
│   │   │       │   ├── actionsheet_middle_pressed.9.png
│   │   │       │   ├── actionsheet_single_normal.9.png
│   │   │       │   ├── actionsheet_single_pressed.9.png
│   │   │       │   ├── actionsheet_top_normal.9.png
│   │   │       │   ├── actionsheet_top_pressed.9.png
│   │   │       │   ├── ic_launcher.png
│   │   │       │   └── skin_background.png
│   │   │       └── drawable-xxhdpi
│   │   │           └── ic_launcher.png
│   │   └── resources.ap_
│   ├── gen
│   │   └── com
│   │       └── itau
│   │           └── actionsheet
│   │               ├── BuildConfig.java
│   │               └── R.java
│   ├── ic_launcher-web.png
│   ├── libs
│   │   └── android-support-v4.jar
│   ├── proguard-project.txt
│   ├── project.properties
│   ├── res
│   │   ├── anim
│   │   │   ├── push_up_in.xml
│   │   │   └── push_up_out.xml
│   │   ├── drawable
│   │   │   ├── actionsheet_bottom_selector.xml
│   │   │   ├── actionsheet_middle_selector.xml
│   │   │   ├── actionsheet_single_selector.xml
│   │   │   └── actionsheet_top_selector.xml
│   │   ├── drawable-hdpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-ldpi
│   │   ├── drawable-mdpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-xhdpi
│   │   │   ├── actionsheet_bottom_normal.9.png
│   │   │   ├── actionsheet_bottom_pressed.9.png
│   │   │   ├── actionsheet_middle_normal.9.png
│   │   │   ├── actionsheet_middle_pressed.9.png
│   │   │   ├── actionsheet_single_normal.9.png
│   │   │   ├── actionsheet_single_pressed.9.png
│   │   │   ├── actionsheet_top_normal.9.png
│   │   │   ├── actionsheet_top_pressed.9.png
│   │   │   ├── ic_launcher.png
│   │   │   └── skin_background.png
│   │   ├── drawable-xxhdpi
│   │   │   └── ic_launcher.png
│   │   ├── layout
│   │   │   ├── actionsheet.xml
│   │   │   └── activity_main.xml
│   │   ├── menu
│   │   │   └── main.xml
│   │   ├── values
│   │   │   ├── color.xml
│   │   │   ├── dimens.xml
│   │   │   ├── strings.xml
│   │   │   ├── styles.xml
│   │   │   └── themes.xml
│   │   ├── values-sw600dp
│   │   │   └── dimens.xml
│   │   └── values-sw720dp-land
│   │       └── dimens.xml
│   └── src
│       └── com
│           └── itau
│               └── actionsheet
│                   ├── ActionSheet.java
│                   └── MainActivity.java
├── 好例子网_高仿iOS ActionSheet控件.rar
└── 点这里查看更多优质源码~.url

36 directories, 81 files