20240525
This commit is contained in:
parent
9c2dde5d8c
commit
e2c5848aa5
@ -2,9 +2,11 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="edu.whut.jianshu">
|
||||
|
||||
<!--允许联网 -->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<!--获取wifi网络状态的信息 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<!--获取GSM(2g)、WCDMA(联通3g)等网络状态的信息 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
@ -43,7 +43,6 @@ class MainActivity : AppCompatActivity() {
|
||||
recyclerView.layoutManager =
|
||||
StaggeredGridLayoutManager(1, StaggeredGridLayoutManager.VERTICAL)
|
||||
recyclerView.adapter = adapter
|
||||
|
||||
billboardAdapter= BillboardAdapter(listOfBookRankList)
|
||||
horizontal_recycler_view.layoutManager=
|
||||
StaggeredGridLayoutManager(1, StaggeredGridLayoutManager.HORIZONTAL)
|
||||
|
@ -99,7 +99,7 @@
|
||||
android:id="@+id/findpwd_msg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="20dp"
|
||||
android:text="如仍未能找回密码,请联系管理员:Q646228430" />
|
||||
android:text="如仍未能找回密码,请联系管理员:Q3061033470" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
@ -20,8 +20,20 @@
|
||||
android:layout_height="40dp"
|
||||
android:padding="4dp"
|
||||
android:src="@drawable/return1"
|
||||
android:layout_weight="0"
|
||||
android:textColor="#fff" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
android:textSize="@dimen/s_dp_20"
|
||||
android:text="我的随笔"
|
||||
android:gravity="center">
|
||||
</TextView>
|
||||
</LinearLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/linearLayout"
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user