소스 검색

1.添加获取mmse试题库UI跳转

王鹏鹏 2 년 전
부모
커밋
fa02837f93
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mmse/src/main/res/layout/fragment_year.xml

+ 2 - 1
mmse/src/main/res/layout/fragment_year.xml

@@ -51,13 +51,14 @@
                     android:layout_width="match_parent"
                     android:layout_height="@dimen/divider_62px"
                     android:background="@color/color_FF4A76FF"
+                    android:clickable="false"
                     android:gravity="center_vertical"
                     android:inputType="none"
                     android:paddingStart="@dimen/divider_43px"
+                    android:paddingEnd="@dimen/divider_43px"
                     android:textColor="@android:color/white"
                     android:textSize="@dimen/divider_34px"
                     android:textStyle="bold"
-                    tools:ignore="RtlSymmetry"
                     tools:text="@string/app_name" />
 
                 <androidx.recyclerview.widget.RecyclerView