Loading res/layout/enable_accessibility_service_dialog_content.xml +11 −6 Original line number Diff line number Diff line Loading @@ -28,19 +28,24 @@ android:paddingStart="16dip" android:paddingEnd="16dip"> <TextView android:id="@+id/encryption_warning" <TextView android:id="@+id/encryption_warning" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10dip" android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceMedium"/> <TextView android:id="@+id/capabilities_header" <TextView android:id="@+id/capabilities_header" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10dip" android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceMedium"/> <LinearLayout android:id="@+id/capabilities" <LinearLayout android:id="@+id/capabilities" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" Loading Loading
res/layout/enable_accessibility_service_dialog_content.xml +11 −6 Original line number Diff line number Diff line Loading @@ -28,19 +28,24 @@ android:paddingStart="16dip" android:paddingEnd="16dip"> <TextView android:id="@+id/encryption_warning" <TextView android:id="@+id/encryption_warning" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10dip" android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceMedium"/> <TextView android:id="@+id/capabilities_header" <TextView android:id="@+id/capabilities_header" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="10dip" android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceMedium"/> <LinearLayout android:id="@+id/capabilities" <LinearLayout android:id="@+id/capabilities" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" Loading