52ab3a66eb79c/app/src/main/res/drawable/arrow.xml?lang=es-ES">Español Português do Brasil Polski български Italiano Suomalainen Website Go1.6 zeropay - Gogs: Go Git Service

0元购Android端

styles.xml 1.7KB

    <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:fitsSystemWindows">true</item> <item name="colorPrimary">@android:color/white</item> <item name="colorPrimaryDark">@android:color/white</item> <item name="colorAccent">@color/colorAccent</item> </style> <style name="ZhuDialog" parent="android:style/Theme.Dialog"> <!--背景颜色及透明程度--> <item name="android:windowBackground">@android:color/transparent</item> <!--是否有标题 --> <item name="android:windowNoTitle">true</item> <!--是否浮现在activity之上--> <item name="android:windowIsFloating">true</item> <!--是否模糊--> <item name="android:backgroundDimEnabled">false</item> <!--<item name="android:windowFrame">@null</item>--> <item name="android:windowAnimationStyle">@null</item> </style> <!-- Base application theme. --> <style name="SplashActivityTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <!-- <item name="android:windowTranslucentNavigation">true</item>--> <!-- <item name="android:windowTranslucentStatus">true</item>--> <item name="android:windowFullscreen">true</item> <!-- <item name="android:windowBackground">@drawable/bg_splash</item>--> </style> <!--微信WXEntryActivity.java白色闪屏--> <style name="Transparent"> <item name="android:windowBackground">#50000000</item> <item name="android:windowNoTitle">true</item> <item name="android:windowIsTranslucent">false</item> </style> </resources>
zeropay - Gogs: Go Git Service

0元购Android端

attrs.xml 1005B

    <?xml version="1.0" encoding="utf-8"?> <resources> <attr name="popupTextAlignment" format="enum"> <enum name="start" value="0" /> <enum name="end" value="1" /> <enum name="center" value="2" /> </attr> <declare-styleable name="NiceSpinner"> <attr name="arrowTint" format="color" /> <attr name="hideArrow" format="boolean" /> <attr name="arrowDrawable" format="reference|color" /> <attr name="dropDownListPaddingBottom" format="dimension" /> <attr name="backgroundSelector" format="integer" /> <attr name="textTint" format="color" /> <attr name="popupTextAlignment" /> <attr name="entries" format="reference" /> </declare-styleable> <declare-styleable name="JXToolBar" > <attr name="jx_toolbar_title" format="string"/> </declare-styleable> <declare-styleable name="RoundImageView" > <attr name="round_img_radius" format="dimension"/> </declare-styleable> </resources>
zeropay - Gogs: Go Git Service

0元购Android端

task_rv_item.xml 2.8KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="100dp" android:minHeight="80dp" android:maxHeight="150dp"> <RelativeLayout android:id="@+id/task_item_ball_p" android:layout_width="20dp" android:layout_height="match_parent" android:layout_alignParentLeft="true" android:layout_centerVertical="true"> <LinearLayout android:layout_width="4dp" android:layout_height="match_parent" android:layout_centerInParent="true" android:orientation="vertical" android:weightSum="2"> <View android:id="@+id/task_item_line_up" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" android:background="#DBDBDB" /> <View android:id="@+id/task_item_line_down" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" android:background="#FB4645" /> </LinearLayout> <View android:id="@+id/task_item_ball" android:layout_width="14dp" android:layout_height="14dp" android:layout_centerInParent="true" android:background="@drawable/task_item_ball_red" /> </RelativeLayout> <TextView android:id="@+id/task_item_content" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4dp" android:text="连续打卡7天" android:textColor="@android:color/black" android:textSize="16sp" android:layout_toRightOf="@+id/task_item_ball_p" android:layout_centerVertical="true" android:maxLines="2" android:maxWidth="120dp" /> <TextView android:id="@+id/task_item_money" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="奖励10刀" android:textSize="16sp" android:textColor="#333333" android:layout_marginRight="10dp" android:layout_centerVertical="true" android:layout_toLeftOf="@+id/task_item_btn"/> <Button android:id="@+id/task_item_btn" android:layout_width="70dp" android:layout_height="30dp" android:background="@drawable/task_item_btn_red" android:text="去领奖" android:textColor="@color/app_color_white" android:textSize="14sp" android:layout_alignParentRight="true" android:layout_centerVertical="true"/> </RelativeLayout>
zeropay - Gogs: Go Git Service

0元购Android端

item_travel_list.xml 1.8KB

    <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/bg_status" android:id="@+id/item_tl_cl" android:paddingTop="15dp" android:paddingBottom="15dp"> <TextView android:id="@+id/item_tl_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/app_name" android:maxWidth="250dp" android:textColor="@color/app_color_333" android:textSize="16sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" /> <TextView android:id="@+id/item_tl_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:background="@drawable/bg_tl_status" android:gravity="center" android:text="@string/under_review" android:textColor="@color/app_color_500" android:textSize="12sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@+id/item_tl_title" app:layout_constraintTop_toTopOf="parent" /> <ImageView android:id="@+id/item_tl_togo" android:layout_width="14dp" android:layout_height="14dp" android:src="@mipmap/icon_togo" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" /> </androidx.constraintlayout.widget.ConstraintLayout>
zeropay - Gogs: Go Git Service

0元购Android端

朱海文 3e6185674f 自定video vor 4 Jahren
..
codeStyles c09c12f5d4 [MOD]图片选择 vor 4 Jahren
.name c09c12f5d4 [MOD]图片选择 vor 4 Jahren
gradle.xml 3e6185674f 自定video vor 4 Jahren
jarRepositories.xml ffec33cff9 [ADD]友盟统计 vor 4 Jahren
misc.xml 576e1bd04b 能够跳转微信登录,等微信账号通过审核 vor 4 Jahren
runConfigurations.xml c09c12f5d4 [MOD]图片选择 vor 4 Jahren
vcs.xml c09c12f5d4 [MOD]图片选择 vor 4 Jahren