mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Move untrusted/obsolete/unofficial extension text
This commit is contained in:
		| @@ -64,6 +64,19 @@ | ||||
|             app:layout_constraintTop_toBottomOf="@+id/ext_title" | ||||
|             tools:text="Version" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/warning" | ||||
|             style="@style/TextAppearance.Regular.Body1.Secondary" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_marginStart="4dp" | ||||
|             android:maxLines="1" | ||||
|             android:textColor="?attr/colorError" | ||||
|             android:textSize="12sp" | ||||
|             app:layout_constraintStart_toEndOf="@id/version" | ||||
|             app:layout_constraintTop_toBottomOf="@+id/ext_title" | ||||
|             tools:text="Warning" /> | ||||
|  | ||||
|         <Button | ||||
|             android:id="@+id/ext_button" | ||||
|             style="@style/Theme.Widget.Button" | ||||
|   | ||||
| @@ -10,10 +10,10 @@ | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginBottom="16dp" | ||||
|         android:background="@color/red_error" | ||||
|         android:background="?attr/colorError" | ||||
|         android:gravity="center" | ||||
|         android:padding="16dp" | ||||
|         android:textColor="@android:color/white" | ||||
|         android:textColor="?attr/colorOnError" | ||||
|         android:visibility="gone" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|   | ||||
| @@ -205,7 +205,6 @@ | ||||
|  | ||||
|       <!-- Extension section --> | ||||
|     <string name="all_lang">All</string> | ||||
|     <string name="ext_details">Details</string> | ||||
|     <string name="ext_updates_pending">Updates pending</string> | ||||
|     <string name="ext_update">Update</string> | ||||
|     <string name="ext_obsolete">Obsolete</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user