Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions res/values/liquid_devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
<!-- LENOVO -->

<!-- LG -->
<string name="device_lg_h930">LG V30</string>
<string name="device_lg_h930_summary">H930\nMaintainer - Javi San Jose (javisan @kherio)</string>

<!-- MOTOROLA -->

Expand Down
11 changes: 9 additions & 2 deletions res/xml/device_maintainers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,17 @@
android:title="@string/device_category_lenovo_title">
</PreferenceCategory> -->

<!-- LG
<!-- LG -->
<PreferenceCategory
android:title="@string/device_category_lg_title">
</PreferenceCategory> -->

<Preference
android:id="@+id/device_lg_h930"
android:icon="@drawable/phone_tint"
android:title="@string/device_lg_h930"
android:summary="@string/device_lg_h930_summary"
android:selectable="false" />
</PreferenceCategory>

<!-- MOTOROLA
<PreferenceCategory
Expand Down
2 changes: 1 addition & 1 deletion res/xml/gesture_anywhere.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<com.liquid.liquidlounge.preferences.SystemSettingSeekBarPreference
android:key="gesture_anywhere_trigger_width"
android:title="@string/trigger_width_title"
android:defaultValue="4"
android:defaultValue="40"
android:max="64"
android:min="4"
settings:units="px"
Expand Down