From: masensio Date: Thu, 13 Mar 2014 14:59:40 +0000 (+0100) Subject: Correction in license of CheckBoxPreferenceWithLongTitle X-Git-Tag: oc-android-1.5.5~5^2~8^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/4299d1e6502d03de0eef3742e4f55e2d4aa8f196?ds=inline;hp=--cc Correction in license of CheckBoxPreferenceWithLongTitle --- 4299d1e6502d03de0eef3742e4f55e2d4aa8f196 diff --git a/src/com/owncloud/android/ui/CheckBoxPreferenceWithLongTitle.java b/src/com/owncloud/android/ui/CheckBoxPreferenceWithLongTitle.java index bcde48d6..dbe618fd 100644 --- a/src/com/owncloud/android/ui/CheckBoxPreferenceWithLongTitle.java +++ b/src/com/owncloud/android/ui/CheckBoxPreferenceWithLongTitle.java @@ -1,6 +1,5 @@ /* ownCloud Android client application - * Copyright (C) 2011 Bartek Przybylski - * Copyright (C) 2012-2013 ownCloud Inc. + * Copyright (C) 2014 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, @@ -15,7 +14,9 @@ * along with this program. If not, see . * */ + package com.owncloud.android.ui; + import android.content.Context; import android.util.AttributeSet; import android.view.View; @@ -39,7 +40,7 @@ public class CheckBoxPreferenceWithLongTitle extends CheckBoxPreference{ protected void onBindView(View view) { super.onBindView(view); TextView titleView = (TextView) view.findViewById(android.R.id.title); - titleView.setSingleLine(false); + titleView.setSingleLine(false); titleView.setMaxLines(3); } } \ No newline at end of file