GitNex/app/src/main/java/org/mian/gitnex/helpers/languagestatistics/SeekbarItem.java
M M Arif aa10d425e5 Language statistics (#1262)
closes #884

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1262
Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2023-04-12 20:43:25 +00:00

11 lines
168 B
Java

package org.mian.gitnex.helpers.languagestatistics;
/**
* @author M M Arif
*/
public class SeekbarItem {
public int color;
public float progressItemPercentage;
}