aboutsummaryrefslogtreecommitdiff
path: root/ime/pixel/src
diff options
context:
space:
mode:
Diffstat (limited to 'ime/pixel/src')
-rw-r--r--ime/pixel/src/debug/res/layout/progress_window_for_test.xml2
-rw-r--r--ime/pixel/src/debug/res/layout/test_activity.xml2
-rw-r--r--ime/pixel/src/debug/res/values/test_integers.xml2
-rw-r--r--ime/pixel/src/debug/res/values/test_strings.xml2
-rw-r--r--ime/pixel/src/debug/res/values/test_styles.xml2
-rw-r--r--ime/pixel/src/debug/res/xml/slide_pref_test.xml2
-rw-r--r--ime/pixel/src/main/res/drawable/transparent_click_feedback_background.xml2
-rw-r--r--ime/pixel/src/main/res/layout/settings_tile_view.xml2
-rw-r--r--ime/pixel/src/main/res/layout/slide_pref.xml2
-rw-r--r--ime/pixel/src/main/res/values-land/styles.xml2
-rw-r--r--ime/pixel/src/main/res/values/colors.xml2
-rw-r--r--ime/pixel/src/main/res/values/ids.xml2
-rw-r--r--ime/pixel/src/main/res/values/styles.xml2
13 files changed, 13 insertions, 13 deletions
diff --git a/ime/pixel/src/debug/res/layout/progress_window_for_test.xml b/ime/pixel/src/debug/res/layout/progress_window_for_test.xml
index 6d8c08109..a344c8008 100644
--- a/ime/pixel/src/debug/res/layout/progress_window_for_test.xml
+++ b/ime/pixel/src/debug/res/layout/progress_window_for_test.xml
@@ -21,4 +21,4 @@
android:shadowRadius="4"
android:textColor="@android:color/white"
android:visibility="gone" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/ime/pixel/src/debug/res/layout/test_activity.xml b/ime/pixel/src/debug/res/layout/test_activity.xml
index 59391b8bf..b2e9b1c67 100644
--- a/ime/pixel/src/debug/res/layout/test_activity.xml
+++ b/ime/pixel/src/debug/res/layout/test_activity.xml
@@ -5,4 +5,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/ime/pixel/src/debug/res/values/test_integers.xml b/ime/pixel/src/debug/res/values/test_integers.xml
index d5e8edd8e..d5d8115c7 100644
--- a/ime/pixel/src/debug/res/values/test_integers.xml
+++ b/ime/pixel/src/debug/res/values/test_integers.xml
@@ -3,4 +3,4 @@
<integer name="slide_default">23</integer>
<integer name="slide_min">12</integer>
<integer name="slide_max">57</integer>
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/debug/res/values/test_strings.xml b/ime/pixel/src/debug/res/values/test_strings.xml
index 78cf95da6..b0fe3f378 100644
--- a/ime/pixel/src/debug/res/values/test_strings.xml
+++ b/ime/pixel/src/debug/res/values/test_strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="test_slide_value_template">%d milliseconds</string>
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/debug/res/values/test_styles.xml b/ime/pixel/src/debug/res/values/test_styles.xml
index c6e6d4291..737acecbc 100644
--- a/ime/pixel/src/debug/res/values/test_styles.xml
+++ b/ime/pixel/src/debug/res/values/test_styles.xml
@@ -6,4 +6,4 @@
<item name="android:imeFullscreenBackground">@null</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
</style>
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/debug/res/xml/slide_pref_test.xml b/ime/pixel/src/debug/res/xml/slide_pref_test.xml
index 5dd5fb0ef..372cad6c1 100644
--- a/ime/pixel/src/debug/res/xml/slide_pref_test.xml
+++ b/ime/pixel/src/debug/res/xml/slide_pref_test.xml
@@ -13,4 +13,4 @@
app:slideMaximum="@integer/slide_max"
app:slideMinimum="@integer/slide_min" />
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>
diff --git a/ime/pixel/src/main/res/drawable/transparent_click_feedback_background.xml b/ime/pixel/src/main/res/drawable/transparent_click_feedback_background.xml
index 2caaf2d7d..cacc33a6a 100644
--- a/ime/pixel/src/main/res/drawable/transparent_click_feedback_background.xml
+++ b/ime/pixel/src/main/res/drawable/transparent_click_feedback_background.xml
@@ -5,4 +5,4 @@
<item android:state_enabled="false" android:drawable="@color/generic_disabled_background_color"/>
<item android:drawable="@android:color/transparent"/>
-</selector> \ No newline at end of file
+</selector>
diff --git a/ime/pixel/src/main/res/layout/settings_tile_view.xml b/ime/pixel/src/main/res/layout/settings_tile_view.xml
index bedfb10d9..6776fb5d8 100644
--- a/ime/pixel/src/main/res/layout/settings_tile_view.xml
+++ b/ime/pixel/src/main/res/layout/settings_tile_view.xml
@@ -15,4 +15,4 @@
<TextView
android:id="@+id/tile_label"
style="@style/SettingsTileLabel" />
-</merge> \ No newline at end of file
+</merge>
diff --git a/ime/pixel/src/main/res/layout/slide_pref.xml b/ime/pixel/src/main/res/layout/slide_pref.xml
index 1de7f192c..e7d2507e3 100644
--- a/ime/pixel/src/main/res/layout/slide_pref.xml
+++ b/ime/pixel/src/main/res/layout/slide_pref.xml
@@ -71,4 +71,4 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/ime/pixel/src/main/res/values-land/styles.xml b/ime/pixel/src/main/res/values-land/styles.xml
index 58d04ff60..8e0c0a375 100644
--- a/ime/pixel/src/main/res/values-land/styles.xml
+++ b/ime/pixel/src/main/res/values-land/styles.xml
@@ -8,4 +8,4 @@
<item name="android:layout_gravity">top|center_horizontal</item>
<item name="android:layout_margin">4dp</item>
</style>
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/main/res/values/colors.xml b/ime/pixel/src/main/res/values/colors.xml
index 2bc29996b..0e5731277 100644
--- a/ime/pixel/src/main/res/values/colors.xml
+++ b/ime/pixel/src/main/res/values/colors.xml
@@ -2,4 +2,4 @@
<resources>
<color name="generic_disabled_background_color">#A777</color>
<color name="generic_clicked_background_color">#2000</color>
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/main/res/values/ids.xml b/ime/pixel/src/main/res/values/ids.xml
index e2738c58d..e8e99d161 100644
--- a/ime/pixel/src/main/res/values/ids.xml
+++ b/ime/pixel/src/main/res/values/ids.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="progress_dialog_message_text_view" type="id" />
-</resources> \ No newline at end of file
+</resources>
diff --git a/ime/pixel/src/main/res/values/styles.xml b/ime/pixel/src/main/res/values/styles.xml
index d637f037a..923c26a7d 100644
--- a/ime/pixel/src/main/res/values/styles.xml
+++ b/ime/pixel/src/main/res/values/styles.xml
@@ -30,4 +30,4 @@
<attr name="slideMaximum" format="integer|reference" />
</declare-styleable>
-</resources> \ No newline at end of file
+</resources>