Commit 8b181a1c authored by mengcuiguang2's avatar mengcuiguang2

删除无用资源

parent 8f9a78d5
*.iml
.gradle
.idea
/local.properties
/gradle.properties
.DS_Store
/build
/captures
app/build
picture_library/build
ucrop/build
\ No newline at end of file
#Thu Jun 29 17:28:19 CST 2023
gradle.version=7.2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/linearLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_tab_friends"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="110dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/llDialogCamera"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/ic_takephoto" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="相机"
android:textColor="@color/black"
android:textSize="14sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/llDialogAlbum"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="center_horizontal"
android:src="@mipmap/ic_album" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="相册"
android:textColor="@color/black"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
<View style="@style/line_3" />
<TextView
android:id="@+id/tvDialogCancel"
android:layout_width="match_parent"
android:layout_height="40dp"
android:gravity="center"
android:text="取消"
android:textColor="@color/black"
android:textSize="18sp" />
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/rlCard"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:aapt="http://schemas.android.com/aapt"
android:background="@color/white"
android:focusable="true"
android:clickable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginTop="2dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="2dp"
android:foreground="?attr/selectableItemBackground">
<RelativeLayout
android:id="@+id/imageLayout"
android:layout_width="90dp"
android:layout_height="90dp"
android:layout_centerVertical="true">
<ImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"/>
<ImageView
android:id="@+id/play"
android:visibility="gone"
android:layout_width="25dp"
android:layout_height="25dp"
android:src="@drawable/ic_action_play"
android:layout_centerInParent="true"
android:contentDescription="play"/>
</RelativeLayout>
<LinearLayout
android:orientation="vertical"
android:paddingStart="5dp"
android:paddingTop="4dp"
android:paddingEnd="5dp"
android:paddingBottom="4dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toStartOf="@+id/checked"
android:layout_toEndOf="@+id/imageLayout"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true">
<TextView
android:textSize="14sp"
android:textColor="@color/black"
android:ellipsize="end"
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:maxLines="1"/>
<TextView
android:textSize="12sp"
android:textColor="@color/gray"
android:ellipsize="end"
android:id="@+id/size"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="30 KB"
android:maxLines="1"/>
<TextView
android:textSize="12sp"
android:textColor="@color/gray"
android:ellipsize="end"
android:id="@+id/path"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="/storage/emulated/0/Yolo.doc"
android:maxLines="2"/>
</LinearLayout>
<androidx.appcompat.widget.AppCompatCheckBox
android:theme="@style/checkboxMain"
android:id="@+id/checked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"/>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minWidth="300dip"
android:gravity="center"
android:orientation="vertical"
android:background="@android:color/transparent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal"
android:paddingBottom="10dp"
android:paddingTop="10dp"
android:weightSum="100">
<com.airbnb.lottie.LottieAnimationView
android:layout_width="120dp"
android:layout_height="120dp"
app:lottie_autoPlay="true"
app:lottie_loop="true" />
<TextView
android:id="@+id/tvNumber"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="删除中..."/>
</LinearLayout>
</LinearLayout>
<?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="wrap_content"
android:orientation="vertical">
<TextView
android:layout_margin="10dp"
android:id="@+id/section_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:textColor="#3867d6"
android:textSize="14sp"
/>
<!-- recycler view for items -->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/item_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="7dp" />
</LinearLayout>
\ No newline at end of file
......@@ -23,10 +23,6 @@
<color name="color_FDFDFD">#FDFDFD</color>
<color name="id_photo_gray">#E0E4E7</color>
<color name="color_main">#9D97E0</color>
<color name="color_10000000">#10000000</color>
<color name="color_F61F03">#FD563B</color>
......
......@@ -22,8 +22,6 @@
<string name="update_app">APP更新</string>
<string name="url_falil">获取URL地址失败</string>
<string name="selector_all_image">全部图片</string>
<string name="str_agreement_vip">尊敬的乐看短剧用户:\n
鉴于本协议是乐看短剧用户(下称“用户”或“您”)(下称 “本公司”或“我们”)关于使用乐看短剧产品提供的自动续费委托扣款服务(下称“本服务”)所订立的协议。您使用本服务前,已经注册成为乐看短剧的用户,且已同意为使用乐看短剧及本服务的相关用户协议及其它平台规则。\n
......
......@@ -10,10 +10,6 @@
<item name="android:background">#E6E6E6</item>
</style>
<style name="checkboxMain">
<item name="colorAccent">@color/main_mints</item>
</style>
<style name="dialog" parent="@android:style/Theme.Dialog">
<item name="android:windowBackground">@color/full_transparent</item>
<item name="android:windowFrame">@null</item>
......@@ -85,8 +81,6 @@
<item name="android:button">@drawable/checkbox_style</item>
</style>
<style name="Widget.GifView" parent="@android:style/Widget" />
<!--Big File Detail Alert Dialog-->
......
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Jun 29 18:04:53 CST 2023
sdk.dir=/Users/mcg/Library/Android/sdk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment