Joachim Reiß
Joachim Reiß
When I scroll in my CardRecyclerView the DETAILS button in my MaterialCard provides information of a card in the list that is different than that for which I clicked the...
Is it possible to support Android 2.2 (level 8)? drawer_row.xml uses ``` xml android:background="?android:attr/selectableItemBackground" ``` which requires level 11 rather than 8
yuku.ambilwarna.widget.AmbilWarnaPreference cannot be cast to android.support.v7.preference.Preference any chance you migrate it to the appcompat preference ?
### Environment ```markdown - **node**: v16.5.0 - **equal**: 0.79.3 ``` ### Current Behavior icons do not show up when not installing the full library ### Expected Behavior icons should show...
my config file: ``` bla=bla HEX_ARRAY_1=0x34,0x38,0x99 HEX_ARRAY_2=0x31 ``` properties parse result: ``` { bla: 'bla', HEX_ARRAY_1: '0x34,0x38,0x99', HEX_ARRAY_2: 49 } ``` The one value in HEX_ARRAY_2 is translated to decimal...
Hi, thank you for this project. It is very useful. You started creating the ColumnedTextView experimentally and it works great so far. However if the content is too long no...
``` xml jmimemagic jmimemagic 0.1.2 ``` ``` java public String getMimeType(byte[] file) throws Exception { MagicMatch match = Magic.getMagicMatch(file); return match.getMimeType(); } ``` ``` java public void testContentTypeFind() throws Exception...