Changes
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user