mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
use CSS margins option
This commit is contained in:
parent
5e48e8611b
commit
11713bc52e
32 changed files with 125 additions and 0 deletions
|
@ -385,6 +385,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
cssScreen.addOption(baseStyle.UseCSSFontFamilyOption, "fontFamily");
|
||||
cssScreen.addOption(baseStyle.UseCSSFontSizeOption, "fontSize");
|
||||
cssScreen.addOption(baseStyle.UseCSSTextAlignmentOption, "textAlignment");
|
||||
cssScreen.addOption(baseStyle.UseCSSMarginsOption, "margins");
|
||||
|
||||
final Screen colorsScreen = createPreferenceScreen("colors");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue