update layout, remove unneeded call

This commit is contained in:
Tom Hennen 2016-01-25 16:49:35 -05:00
parent 747aa2f0e0
commit 193fc7adee
2 changed files with 2 additions and 3 deletions

View File

@ -177,7 +177,6 @@ public class FeedInfoActivity extends ActionBarActivity {
feed, checked);
dialog.createNewDialog().show();
});
cbxGlobalRefresh.setEnabled(true);
cbxGlobalRefresh.setChecked(prefs.getGlobalRefresh());
cbxGlobalRefresh.setOnCheckedChangeListener((compoundButton, checked) -> {
feed.getPreferences().setGlobalRefresh(checked);

View File

@ -187,10 +187,10 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/global_refresh"
android:enabled="false"
android:enabled="true"
android:textColor="?android:attr/textColorPrimary"
tools:background="@android:color/holo_red_light"
android:checked="false" />
android:checked="true" />
<TextView
android:id="@+id/txtvAuthentication"