Skip to content

Commit 3a838df

Browse files
committed
Add preset columns for author and title
1 parent c96373f commit 3a838df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dynamic-theme/src/main/java/com/pranavpandey/android/dynamic/theme/ThemeContract.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ public class ThemeContract {
105105
*/
106106
String _ID = BaseColumns._ID;
107107

108+
/**
109+
* Column name for the preset author.
110+
*/
111+
String AUTHOR = "author";
112+
113+
/**
114+
* Column name for the preset title.
115+
*/
116+
String TITLE = "title";
117+
108118
/**
109119
* Column name for the preset theme string.
110120
*/

0 commit comments

Comments
 (0)