diff options
author | John Heroy <johnheroy@gmail.com> | 2015-10-20 16:26:37 -0700 |
---|---|---|
committer | John Heroy <johnheroy@gmail.com> | 2015-10-20 16:26:37 -0700 |
commit | 6593e182a94bd23863926e2466a7c453ce31849a (patch) | |
tree | 0660914b20c56e0baf31c8e2f98ec0c5e022b0b6 /app/src/main/res | |
parent | 9b435c91c5d6e13efc004f0caa88ee36916b9534 (diff) | |
download | connectbot-6593e182a94bd23863926e2466a7c453ce31849a.tar.gz connectbot-6593e182a94bd23863926e2466a7c453ce31849a.tar.bz2 connectbot-6593e182a94bd23863926e2466a7c453ce31849a.zip |
Add newline at end of volume preference dialog layout XML file.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/volume_preference_dialog_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/volume_preference_dialog_layout.xml b/app/src/main/res/layout/volume_preference_dialog_layout.xml index fb4bb22..c26dd8e 100644 --- a/app/src/main/res/layout/volume_preference_dialog_layout.xml +++ b/app/src/main/res/layout/volume_preference_dialog_layout.xml @@ -47,4 +47,4 @@ android:secondaryProgress="0" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |