mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Layout tweaks, dark action bar, don't send empty messages.
This commit is contained in:
@@ -10,7 +10,7 @@ public class LayoutUtils {
|
||||
public static int getSeparatorWidth(Context ctx) {
|
||||
DisplayMetrics metrics = getDisplayMetrics(ctx);
|
||||
int percent = Math.max(metrics.widthPixels, metrics.heightPixels) / 100;
|
||||
return Math.max(2, percent - 7);
|
||||
return Math.max(2, percent - 8);
|
||||
}
|
||||
|
||||
public static int getPadding(Context ctx) {
|
||||
|
||||
Reference in New Issue
Block a user