This commit is contained in:
Sergey Solovyev
2012-11-18 16:22:14 +04:00
parent 27ae9ea12c
commit 344018a44c
3 changed files with 68 additions and 17 deletions

View File

@@ -9,7 +9,9 @@
<TextView a:id="@+id/calculation_messages_text_view"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_weight="5"/>
a:layout_weight="5"
a:layout_gravity="fill"
a:text="@+id/calculation_messages_text_view"/>
<Button
a:id="@+id/fix_button"

View File

@@ -20,7 +20,7 @@ import java.util.List;
*/
public class AndroidCalculatorPreferenceService implements CalculatorPreferenceService {
// ont hour
// one hour
private static final Long PREFERRED_PREFS_INTERVAL_TIME = 1000L * 60L * 60L;
@NotNull