mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Revert "Add color, chnage backupprefs, DrugDetailActivity."
This reverts commit 94378ec2c2
.
This commit is contained in:
parent
cfb3d269db
commit
1c42189d8a
3 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,8 @@ import android.widget.TextView;
|
|||
|
||||
import androidx.appcompat.app.ActionBar;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import com.google.android.material.appbar.MaterialToolbar;
|
||||
import com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton;
|
||||
|
||||
import net.foucry.pilldroid.dao.PrescriptionsDAO;
|
||||
import net.foucry.pilldroid.databases.PrescriptionDatabase;
|
||||
import net.foucry.pilldroid.models.Prescription;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
android:layout_height="319dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@color/lightgrey"
|
||||
android:background="@color/white"
|
||||
app:cardCornerRadius="@dimen/btn_radius"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
@ -20,5 +20,4 @@
|
|||
<color name="grey">#777</color>
|
||||
<color name="unselected_background">#777777</color>
|
||||
<color name="selected_background">#4f91ff</color>
|
||||
<color name="lightgrey">#ACABAC</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue