mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Move page indicator to bottom center, and use a shadow instead of a background. Other category in catalogue list is now placed at the end
This commit is contained in:
		| @@ -38,10 +38,10 @@ class PTSansTextView @JvmOverloads constructor(context: Context, attrs: Attribut | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     override fun draw(canvas: Canvas) { | ||||
|     override fun onDraw(canvas: Canvas) { | ||||
|         // Draw two times for a more visible shadow around the text | ||||
|         super.draw(canvas) | ||||
|         super.draw(canvas) | ||||
|         super.onDraw(canvas) | ||||
|         super.onDraw(canvas) | ||||
|     } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user